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:
955a857
)
NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidation
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 4 Oct 2010 21:59:08 +0000
(17:59 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 19 Oct 2010 23:37:54 +0000
(19:37 -0400)
In the case where we lock the page, and then find out that the page has
been thrown out of the page cache, we should just return VM_FAULT_NOPAGE.
This is what block_page_mkwrite() does in these situations.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@kernel.org
No differences found