From: Miklos Szeredi Date: Mon, 16 Sep 2013 12:52:04 +0000 (+0200) Subject: nfs: set FILE_CREATED X-Git-Tag: v3.12-rc2~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c919abaf2f3d6a8e59eddf4ee22df1631ab067;p=pandora-kernel.git 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 Cc: Trond Myklebust Signed-off-by: Al Viro --- Reading git-diff-tree failed