From: Miklos Szeredi Date: Tue, 28 Apr 2009 14:56:41 +0000 (+0200) Subject: fuse: don't use inode in fuse_file_poll X-Git-Tag: v2.6.31-rc1~370^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797759aaf31351a1ab1b9130c4f180ce496f46c5;p=pandora-kernel.git fuse: don't use inode in fuse_file_poll Use ff->fc and ff->nodeid instead of file->f_dentry->d_inode in the fuse_file_poll() implementation. 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