commit | 71244d9bdf185e5bba1473254241f9f65d4dd0d8 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jan 13 13:34:36 2014 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jan 13 13:34:36 2014 -0500 |
tree | 054ddd9a95c3ada5243dead8da568471fc7d5137 | |
parent | d8c951c313ed1d7144b55c0d56f7c53220044dda [diff] |
NFSv4.1: Fix a race in nfs4_write_inode 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>