commit | 01c919abaf2f3d6a8e59eddf4ee22df1631ab067 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Mon Sep 16 14:52:04 2013 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Sep 16 19:17:24 2013 -0400 |
tree | 574456d59f55fbce54c7d95af4c900b1645dd836 | |
parent | c5bf8fef52ce184bd48b76d1881df07b43f5091b [diff] |
nfs: set FILE_CREATED Set FILE_CREATED on O_CREAT|O_EXCL. If the NFS server honored our request for exclusivity then this must be correct. Currently this is a no-op, since the VFS sets FILE_CREATED anyway. The next patch will, however, require this flag to be always set by filesystems. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Cc: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>