commit | ead5f0b5fa41dd3649a44bfc922d06641ff3dbcf | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed May 23 13:57:54 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 23 20:14:13 2007 -0700 |
tree | 0e41d72560f57f5427b90fe5f32b8aeddd930ca6 | |
parent | 889f784831d6cc9125a74eb55a5641f95635a204 [diff] |
fuse: delete inode on drop When inode is dropped (no more references) delete it from cache. There's not much point in keeping it cached, when a new lookup will refresh the attributes anyway. 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>