From: Miklos Szeredi Date: Thu, 18 Oct 2007 10:06:58 +0000 (-0700) Subject: fuse: fix allowing operations X-Git-Tag: v2.6.24-rc1~321 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57ac68378a287d6336d187b26971f35f7ee7251;p=pandora-kernel.git fuse: fix allowing operations The following operation didn't check if sending the request was allowed: setattr listxattr statfs Some other operations don't explicitly do the check, but VFS calls ->permission() which checks this. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed