NFS: Ensure that we mark the inode as dirty if we exit early from commit
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 26 May 2010 12:42:11 +0000 (08:42 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 26 May 2010 12:43:52 +0000 (08:43 -0400)
If we exit from nfs_commit_inode() without ensuring that the COMMIT rpc
call has been completed, we must re-mark the inode as dirty. Otherwise,
future calls to sync_inode() with the WB_SYNC_ALL flag set will fail to
ensure that the data is on the disk.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found