From: Miklos Szeredi Date: Wed, 6 Feb 2008 09:38:39 +0000 (-0800) Subject: fuse: save space in struct fuse_req X-Git-Tag: v2.6.25-rc1~625 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57d426445c98789265de6a9338cdb06462d15fb;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed