]> Git Repo - linux.git/commit - fs/nfs/dir.c
nfs: set FILE_CREATED
authorMiklos Szeredi <[email protected]>
Mon, 16 Sep 2013 12:52:04 +0000 (14:52 +0200)
committerAl Viro <[email protected]>
Mon, 16 Sep 2013 23:17:24 +0000 (19:17 -0400)
commit01c919abaf2f3d6a8e59eddf4ee22df1631ab067
tree574456d59f55fbce54c7d95af4c900b1645dd836
parentc5bf8fef52ce184bd48b76d1881df07b43f5091b
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 <[email protected]>
Cc: Trond Myklebust <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/nfs/dir.c
This page took 0.050722 seconds and 4 git commands to generate.