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:
d8c951c
)
NFSv4.1: Fix a race in nfs4_write_inode
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Mon, 13 Jan 2014 18:34:36 +0000
(13:34 -0500)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Mon, 13 Jan 2014 18:34:36 +0000
(13:34 -0500)
nfs4_write_inode() must not be allowed to exit until the layoutcommit
is done. That means that both NFS_INO_LAYOUTCOMMIT and
NFS_INO_LAYOUTCOMMITTING have to be cleared.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
No differences found