From: Tejun Heo Date: Wed, 26 Nov 2008 11:03:55 +0000 (+0100) Subject: fuse: add file kernel handle X-Git-Tag: v2.6.29-rc1~230^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf99433d98c2570a619d8fb8b51abce4e532059;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed