commit | befc649c2274a1c35f0cd1e888dd83652cbb0422 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Nov 07 00:59:52 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 07:53:42 2005 -0800 |
tree | ccbbc9f286c50dd8c9f036408b71acda9f5dd427 | |
parent | fd72faac95d7e47610e981d7ed7b3c1529e55c88 [diff] |
[PATCH] FUSE: pass file handle in setattr This patch passes the file handle supplied in iattr to userspace, in case the ->setattr() was invoked from sys_ftruncate(). This solves the permission checking (or lack thereof) in ftruncate() for the class of filesystems served by an unprivileged userspace process. Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>