On Thu, Sep 14, 2000 at 11:51:20AM +0200, Trond Myklebust wrote: > The reason I'm sceptical to this and other in-core type solutions is > that knfsd doesn't keep files open for long: basically it opens a file > and close it upon processing of each and every request from a > client. You can therefore easily risk losing the inode between two > requests while the file is still open on the client. > If this means that you also lose part of the info in the mtime field, > then you will trigger a data cache invalidation on the client. knfsd keeps it only open for a small time, but the page cache references the inode as long as it has any data pages for the file. As long as you're not trashing extensively it should stay in memory for a longer time. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: NFS locking bug -- limited mtime resolution means nf... Jamie Lokier
- Re: NFS locking bug -- limited mtime resolution mea... Trond Myklebust
- Re: NFS locking bug -- limited mtime resolution... Jeff Epler
- Re: NFS locking bug -- limited mtime resolution... Trond Myklebust
- Re: NFS locking bug -- limited mtime resolution means nf... Albert D. Cahalan
- Re: NFS locking bug -- limited mtime resolution mea... Trond Myklebust
- Re: NFS locking bug -- limited mtime resolution... Albert D. Cahalan
- Re: NFS locking bug -- limited mtime resolution... Trond Myklebust
- Re: NFS locking bug -- limited mtime resolution... Andi Kleen
- Re: NFS locking bug -- limited mtime resolution... Trond Myklebust
- Re: NFS locking bug -- limited mtime resolution... Andi Kleen
- Re: NFS locking bug -- limited mtime resolution... Theodore Y. Ts'o
- Re: NFS locking bug -- limited mtime resolution... Trond Myklebust
- Re: NFS locking bug -- limited mtime resolution... Theodore Y. Ts'o
- Re: NFS locking bug -- limited mtime resolution... Trond Myklebust
- Re: NFS locking bug -- limited mtime resolution... Theodore Y. Ts'o
- Re: NFS locking bug -- limited mtime resolution... Rogier Wolff
- Re: NFS locking bug -- limited mtime resolution... Theodore Y. Ts'o
- Re: NFS locking bug -- limited mtime resolution... Rogier Wolff
- Re: NFS locking bug -- limited mtime resolution... Theodore Y. Ts'o
- Re: NFS locking bug -- limited mtime resolution... Andreas Dilger