]> git.baikalelectronics.ru Git - kernel.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)
commitc2cc166fdd2e7def8964cd91317013d2d39ac512
treecf02b766c799d3827782102d385935d2275af14b
parent3f2c14101c56f503747b922afd3d2b3ddcccc047
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