]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2b9897ab572dd2961d5382d86fa75a6ce56e7c15
treed3cbacb295b82c036553f68f5a060c67ae16bfa3
parent0f33b8a6a9337c5e7104142a71473d8134d6ba5d
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