alistair23-linux/fs/fuse
Miklos Szeredi c7b7143c63 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 <mszeredi@suse.cz>
2009-04-28 16:56:37 +02:00
..
control.c fuse: style fixes 2008-11-26 12:03:54 +01:00
dev.c fuse: fix poll notify 2009-01-26 15:00:59 +01:00
dir.c fuse: clean up args in fuse_finish_open() and fuse_release_fill() 2009-04-28 16:56:37 +02:00
file.c fuse: clean up args in fuse_finish_open() and fuse_release_fill() 2009-04-28 16:56:37 +02:00
fuse_i.h fuse: clean up args in fuse_finish_open() and fuse_release_fill() 2009-04-28 16:56:37 +02:00
inode.c fuse: destroy bdi on error 2009-04-28 16:56:35 +02:00
Kconfig fs/Kconfig: move fuse out 2009-01-22 13:15:55 +03:00
Makefile