From: Miklos Szeredi Date: Tue, 28 Apr 2009 14:56:39 +0000 (+0200) Subject: fuse: don't use inode in fuse_do_ioctl() helper X-Git-Tag: v2.6.31-rc1~370^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36f248710c05714f37d921258b630bd1456b99f;p=pandora-kernel.git fuse: don't use inode in fuse_do_ioctl() helper Create a helper for sending an IOCTL request that doesn't use a struct 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