]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: don't use nd->intent.open.flags
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 5 Jun 2012 13:10:20 +0000 (15:10 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:33:10 +0000 (16:33 +0400)
commit3d58b5d3d4c29a8efffc74681a829273e32fbae7
tree4dfbd39f22bf3e1ed6aef272250d289aeb8a541d
parentbf10dc72ee5ed03ebb18d37518a1c5b742f1541f
nfs: don't use nd->intent.open.flags

Instead check LOOKUP_EXCL in nd->flags, which is basically what the open intent
flags were used for.

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>
fs/nfs/dir.c