From: Trond Myklebust Date: Sat, 14 Feb 2015 02:03:16 +0000 (-0500) Subject: NFS: struct nfs_commit_info.lock must always point to inode->i_lock X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4086a3d789dbe18949862276d83b8f49fce6d2f;p=pandora-kernel.git NFS: struct nfs_commit_info.lock must always point to inode->i_lock Commit 411a99adffb4f (nfs: clear_request_commit while holding i_lock) assumes that the nfs_commit_info always points to the inode->i_lock. For historical reasons, that is not the case for O_DIRECT writes. Cc: Weston Andros Adamson Fixes: 411a99adffb4f ("nfs: clear_request_commit while holding i_lock") Cc: stable@vger.kernel.org # 3.17.x Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed