From: Trond Myklebust Date: Thu, 5 Jun 2014 14:42:37 +0000 (-0400) Subject: NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_state X-Git-Tag: omap-for-v3.16/fixes-against-rc1~64^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbec2da13f0e4c5d9b78b7e2c025a3e617228ba;p=pandora-kernel.git NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_state The addition of lockdep code to write_seqcount_begin/end has lead to a bunch of false positive claims of ABBA deadlocks with the so_lock spinlock. Audits show that this simply cannot happen because the read side code does not spin while holding so_lock. Cc: # 3.13.x Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed