]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_state
authorTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 5 Jun 2014 14:42:37 +0000 (10:42 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Thu, 5 Jun 2014 17:02:47 +0000 (13:02 -0400)
commitcb494382d93b36c94e001ae96e7f91ee1861ed66
tree7f21e994a1e99775d320a4d8c8972ca4460b62da
parent87d4e3a2918912267d92046132cbdabd3c001876
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: <stable@vger.kernel.org> # 3.13.x
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4state.c