fuse: add file handle to getattr operation
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 18 Oct 2007 10:06:59 +0000 (03:06 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:30 +0000 (14:37 -0700)
commitc79e322f63592c00b25b17af6a1782fad6c6fe6e
treed3cbacb295b82c036553f68f5a060c67ae16bfa3
parent1fb69e7817296da8a6824804bb206ca1e7f31425
fuse: add file handle to getattr operation

Add necessary protocol changes for supplying a file handle with the getattr
operation.  Step the API version to 7.9.

This patch doesn't actually supply the file handle, because that needs some
kind of VFS support, which we haven't yet been able to agree upon.

[akpm@linux-foundation.org: coding-style fixes]
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>
fs/fuse/dir.c
fs/fuse/inode.c
include/linux/fuse.h