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:
b0c4fdd
)
NFS: Don't use ClearPageUptodate() when writeback fails
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 6 Feb 2007 19:07:15 +0000
(11:07 -0800)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 13 Feb 2007 06:40:38 +0000
(22:40 -0800)
ClearPageUptodate() will just cause races here. What we really want to do
is to invalidate the page cache.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found