From: Trond Myklebust Date: Mon, 13 Jan 2014 18:34:36 +0000 (-0500) Subject: NFSv4.1: Fix a race in nfs4_write_inode X-Git-Tag: v3.14-rc1~77^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71244d9bdf185e5bba1473254241f9f65d4dd0d8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed