Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit abbec2da authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 7b160cfd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment