Re: [btrfs/rt] lockdep false positive

From: Mike Galbraith
Date: Sun Jan 22 2017 - 13:25:35 EST



> +> > > /*
> +> > > * Allow read-after-read or read-after-write recursion of the
> +> > > * same lock class for RT rwlocks.
> +> > > */
> +> > > if (read == 3 && (prev->read == 3 || prev->read == 0))

Pff, shoulda left it reader vs reader.. but it's gotta be wrong anyway.