[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080605114213.239d66aa.akpm@linux-foundation.org>
Date: Thu, 5 Jun 2008 11:42:13 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Dmitri Vorobiev <dmitri.vorobiev@...ial.fi>
Cc: tigran@...azian.fsnet.co.uk, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 0/2] Remove BKL from the bfs driver
On Thu, 5 Jun 2008 21:26:35 +0300
Dmitri Vorobiev <dmitri.vorobiev@...ial.fi> wrote:
> This removes quite a few instances of BKL usage in the bfs
> driver. Given the purpose and the user base of this driver,
> I do not believe that a finer-granularity lock than the big
> fat filesystem-wide mutex I have implemented here is needed.
How well tested was this? With lockdep enabled?
Because the new mutex cannot be taken recursively, whereas the BKL can.
And there's potential for ab/ba deadlocks with, for example, i_mutex.
However I don't see any such problems from a moderately intensive
review.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists