commit | d0186b25e65d4d786727a03044b8aafe2ba118ee | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Nov 28 16:22:01 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Nov 29 09:24:54 2007 -0800 |
tree | cf02b766c799d3827782102d385935d2275af14b | |
parent | a6643094e73247c1ebd36816f494f631fa7be348 [diff] |
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>