[PATCH] FUSE: pass file handle in setattr
authorMiklos Szeredi <miklos@szeredi.hu>
Mon, 7 Nov 2005 08:59:52 +0000 (00:59 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:42 +0000 (07:53 -0800)
commitbefc649c2274a1c35f0cd1e888dd83652cbb0422
treeccbbc9f286c50dd8c9f036408b71acda9f5dd427
parentfd72faac95d7e47610e981d7ed7b3c1529e55c88
[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>
fs/fuse/dir.c
include/linux/fuse.h