From: Miklos Szeredi Date: Tue, 28 Apr 2009 14:56:37 +0000 (+0200) Subject: fuse: clean up args in fuse_finish_open() and fuse_release_fill() X-Git-Tag: v2.6.31-rc1~370^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b7143c6342b8751d47b03a025ac5c0ac1ae809;p=pandora-kernel.git fuse: clean up args in fuse_finish_open() and fuse_release_fill() Move setting ff->fh, ff->nodeid and file->private_data outside fuse_finish_open(). Add ->open_flags member to struct fuse_file. This simplifies the argument passing to fuse_finish_open() and fuse_release_fill(), and paves the way for creating an open helper that doesn't need an inode pointer. Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed