[PATCH] vfs: define new lookup flag for chdir
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 29 Sep 2006 08:59:35 +0000 (01:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Sep 2006 16:18:08 +0000 (09:18 -0700)
commit650a898342b3fa21c392c06a2b7010fa19823efa
treee5fc9b3c9590ac82b49755535e1de5e56d2dd6e8
parent5b35e8e58a315b16d123e2bc080fcc9981501ac4
[PATCH] vfs: define new lookup flag for chdir

In the "operation does permission checking" model used by fuse, chdir
permission is not checked, since there's no chdir method.

For this case set a lookup flag, which will be passed to ->permission(), so
fuse can distinguish it from permission checks for other operations.

Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/fuse/dir.c
fs/open.c
include/linux/namei.h