]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fuse: fix FUSE_FILE_OPS sending
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 29 Nov 2007 00:22:01 +0000 (16:22 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 29 Nov 2007 17:24:54 +0000 (09:24 -0800)
commitd0186b25e65d4d786727a03044b8aafe2ba118ee
treecf02b766c799d3827782102d385935d2275af14b
parenta6643094e73247c1ebd36816f494f631fa7be348
fuse: fix FUSE_FILE_OPS sending

FUSE_FILE_OPS is meant to signal that the kernel will send the open file to to
the userspace filesystem for operations on open files, so that sillyrenaming
unlinked files becomes unnecessary.

However this needs VFS changes, which won't make it into 2.6.24.

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/inode.c