From: Trond Myklebust Date: Wed, 26 May 2010 12:42:11 +0000 (-0400) Subject: NFS: Ensure that we mark the inode as dirty if we exit early from commit X-Git-Tag: v2.6.35-rc1~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5efa5fc91f1f6d1d47e65f39e7ec6d1157c777d;p=pandora-kernel.git NFS: Ensure that we mark the inode as dirty if we exit early from commit 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 --- Reading git-diff-tree failed