fuse: delete inode on drop
authorMiklos Szeredi <mszeredi@suse.cz>
Wed, 23 May 2007 20:57:54 +0000 (13:57 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 24 May 2007 03:14:13 +0000 (20:14 -0700)
commitead5f0b5fa41dd3649a44bfc922d06641ff3dbcf
tree0e41d72560f57f5427b90fe5f32b8aeddd930ca6
parent889f784831d6cc9125a74eb55a5641f95635a204
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>
fs/fuse/inode.c