Trond Myklebust <[email protected]> wrote: > All I do is to protect new calls to read() and write() with a call to > check if the page cache needs invalidating. What about mmap()? What if someone gets a mapping on a section of file that subsequently has a write rejected on it? If you invalidate only on read()/write(), what do you do about such a mapping? > That won't stop any existing append writes from punching ugly holes into the > file, but trying to recover from that sort of thing would be _really_ > painful! Definitely. David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- From: Trond Myklebust <[email protected]>
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- References:
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- From: Trond Myklebust <[email protected]>
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- From: Trond Myklebust <[email protected]>
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- From: Andrew Morton <[email protected]>
- [PATCH 1/4] AFS: Add TestSetPageError()
- From: David Howells <[email protected]>
- [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- From: David Howells <[email protected]>
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- From: David Howells <[email protected]>
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- From: David Howells <[email protected]>
- Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- Prev by Date: Re: pcmcia resume 60 second hang. Re: [patch 00/69] -stable review
- Next by Date: [PATCH 2.6.22-rc3] ehea: Fixed multi queue RX bug
- Previous by thread: Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- Next by thread: Re: [PATCH 2/4] AFS: Add a function to excise a rejected write from the pagecache
- Index(es):