fuse: save space in struct fuse_req
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 6 Feb 2008 09:38:39 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:13 +0000 (10:41 -0800)
commitb57d426445c98789265de6a9338cdb06462d15fb
tree66ff8e708c15275af806b0a9847e01d9e3a2f8e5
parent0952b2a4a82b2deb76463dbcf1355b806dc81134
fuse: save space in struct fuse_req

Move the fields 'dentry' and 'vfsmount' into the request specific union, since
these are only used for the RELEASE request.

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>
fs/fuse/file.c
fs/fuse/fuse_i.h