From: Miklos Szeredi Date: Fri, 29 Sep 2006 08:59:35 +0000 (-0700) Subject: [PATCH] vfs: define new lookup flag for chdir X-Git-Tag: v2.6.19-rc1~798 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650a898342b3fa21c392c06a2b7010fa19823efa;p=pandora-kernel.git [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 Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed