]> git.baikalelectronics.ru Git - kernel.git/commit
no need to check for LOOKUP_OPEN in ->create() instances
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 26 Jun 2011 01:17:17 +0000 (21:17 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:43:56 +0000 (01:43 -0400)
commit3c5433857404976d955833c7260fa59588609a4d
tree4884b6af570a2a0cb01d11f39a38a3a9c73e49ba
parentcae9c5cfb72a65acb5242e7e660dd9189399ede1
no need to check for LOOKUP_OPEN in ->create() instances

... it will be set in nd->flag for all cases with non-NULL nd
(i.e. when called from do_last()).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/9p/vfs_inode.c
fs/9p/vfs_inode_dotl.c
fs/cifs/dir.c
fs/fuse/dir.c
fs/nfs/dir.c