From: Miklos Szeredi Date: Tue, 28 Apr 2009 14:56:37 +0000 (+0200) Subject: fuse: don't use inode in helpers called by fuse_direct_io() X-Git-Tag: v2.6.31-rc1~370^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2106cb18930312af9325d3418e138569c5b903cc;p=pandora-kernel.git fuse: don't use inode in helpers called by fuse_direct_io() Use ff->fc and ff->nodeid instead of passing down the inode. This prepares this function for use by CUSE, where the inode is not owned by a fuse filesystem. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed