kernel-ark/fs/fuse
Miklos Szeredi c756e0a4d7 fuse: add reference counting to fuse_file
Make lifetime of 'struct fuse_file' independent from 'struct file' by adding a
reference counter and destructor.

This will enable asynchronous page writeback, where it cannot be guaranteed,
that the file is not released while a request with this file handle is being
served.

The actual RELEASE request is only sent when there are no more references to
the fuse_file.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:43:03 -07:00
..
control.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
dev.c fuse: add reference counting to fuse_file 2007-10-17 08:43:03 -07:00
dir.c fuse: add reference counting to fuse_file 2007-10-17 08:43:03 -07:00
file.c fuse: add reference counting to fuse_file 2007-10-17 08:43:03 -07:00
fuse_i.h fuse: add reference counting to fuse_file 2007-10-17 08:43:03 -07:00
inode.c fuse: fix reserved request wake up 2007-10-17 08:43:03 -07:00
Makefile [PATCH] fuse: add control filesystem 2006-06-25 10:01:19 -07:00