linux-kernel-test/fs/fuse
Tejun Heo acf99433d9 fuse: add file kernel handle
The file handle, fuse_file->fh, is opaque value supplied by userland
FUSE server and uniqueness is not guaranteed.  Add file kernel handle,
fuse_file->kh, which is allocated by the kernel on file allocation and
guaranteed to be unique.

This will be used by poll to match notification to the respective file
but can be used for other purposes where unique file handle is
necessary.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
2008-11-26 12:03:55 +01:00
..
control.c fuse: style fixes 2008-11-26 12:03:54 +01:00
dev.c fuse: don't let fuse_req->end() put the base reference 2008-11-26 12:03:54 +01:00
dir.c fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
file.c fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
fuse_i.h fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
inode.c fuse: add file kernel handle 2008-11-26 12:03:55 +01:00
Makefile