commit | e57ac68378a287d6336d187b26971f35f7ee7251 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Thu Oct 18 03:06:58 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Oct 18 14:37:29 2007 -0700 |
tree | 12b9ae8cc79af2d0100582e6f933aba0f4619663 | |
parent | 42a2b6ad71b011144d21d88a124140bb2bf1023f [diff] |
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 <mszeredi@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>