git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889f784
)
fuse: delete inode on drop
author
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 23 May 2007 20:57:54 +0000
(13:57 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 24 May 2007 03:14:13 +0000
(20:14 -0700)
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>
No differences found