public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How long can an inode structure reside in the inode_cache?
@ 2006-06-10  0:10 Xin Zhao
  2006-06-10  5:32 ` Bernd Eckenfels
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xin Zhao @ 2006-06-10  0:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-fsdevel

I was wondering how Linux decide to free an inode from the
inode_cache? If a file is open, an inode structure will be created and
put into the inode_cache, but when will this inode be free and removed
from the inode_cache? after this file is closed? If so, this seems to
be inefficient.

Can someone tell me how Linux handle this issue?

Thanks,
Xin

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-06-12 22:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-10  0:10 How long can an inode structure reside in the inode_cache? Xin Zhao
2006-06-10  5:32 ` Bernd Eckenfels
2006-06-10 12:13 ` Matthew Wilcox
2006-06-10 17:12   ` Xin Zhao
2006-06-10 19:01     ` Jeff Mahoney
2006-06-12 22:21 ` Charlie Brett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox