linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* FSCache: Cookie create and destroy semantics on file open
@ 2013-08-07  4:40 Milosz Tanski
  2013-08-07  6:04 ` David Howells
  0 siblings, 1 reply; 4+ messages in thread
From: Milosz Tanski @ 2013-08-07  4:40 UTC (permalink / raw)
  To: David Howells; +Cc: linux-cachefs, linux-fsdevel

David,

I have a question for you about how added / removing the cookie for a
NFS inode works. Right the cache entry gets added when the file is
open. It gets revoked when the file re-opened in write mode. What
happens in this case.

Open for read (create cookie) -> Open for write (destroy cookie) ->
Open for read (create cookie again)

In this case, none of the 3 files were closed.

As I understand understand when the 3rd file is open for read it will
open the old cookie, invalidate it the data... but it will still
create the cookie for that inode despite one file having being open
for write.

Is there some other kind of scheme that prevents this from happening
that I'm unaware of?

Thanks,
-Milosz

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

end of thread, other threads:[~2013-08-07 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07  4:40 FSCache: Cookie create and destroy semantics on file open Milosz Tanski
2013-08-07  6:04 ` David Howells
2013-08-07 12:08   ` Milosz Tanski
2013-08-07 12:46   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).