2008-02-01 11:48:35

by Nikanth Karthikesan

[permalink] [raw]
Subject: Re: Fwd: [bug] as_merged_requests(): possible recursive locking detected

> > am i right that lockdep complained about real lockup potential here?
> > (i.e. it caught a real bug) So there's no need to change anything on the
> > lockdep side, right?
>
> Right, no bug in lockdep, the locking code and swap_io_context() are
> just screwed up.
>

I doubt a bug in lockdep. Here we just swap the pointers but use the
addresses themselves to order locks. And we do not change the
contents(lock) in those addresses. So it could be a lockdep bug.

Thanks
Nikanth Karthikesan