diff options
author | Harshula Jayasuriya <harshula@redhat.com> | 2009-09-08 19:49:33 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-09-08 19:49:33 -0400 |
commit | dbab8360ed8abca38121109feab47c4bea895994 (patch) | |
tree | 05e37cba3e719a5a93e416ac70fd5e6dde1151c9 /fs/nfs | |
parent | 5eecfde615894dc1c2e3f85b515a96ae2e408fb5 (diff) | |
download | linux-3.10-dbab8360ed8abca38121109feab47c4bea895994.tar.gz linux-3.10-dbab8360ed8abca38121109feab47c4bea895994.tar.bz2 linux-3.10-dbab8360ed8abca38121109feab47c4bea895994.zip |
NFS: out of date comment regarding O_EXCL above nfs3_proc_create()
Hi Trond,
Recently we were observing the behaviour difference between a 2.4.x and
2.6.x kernel with respect to O_EXCL. A comment from 2.4.x era, "For now,
we don't implement O_EXCL." seems inaccurate in TOT.
If so, here's a patch to remove the comment.
This patch is against:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Signed-off-by: Harshula Jayasuriya <harshula@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/nfs3proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/nfs3proc.c b/fs/nfs/nfs3proc.c index d0cc5ce0edf..ee6a13f0544 100644 --- a/fs/nfs/nfs3proc.c +++ b/fs/nfs/nfs3proc.c @@ -299,7 +299,6 @@ static void nfs3_free_createdata(struct nfs3_createdata *data) /* * Create a regular file. - * For now, we don't implement O_EXCL. */ static int nfs3_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, |