On Thu, Oct 01, Christoph Hellwig wrote: > On Wed, Sep 30, 2009 at 05:30:03PM +0200, Jan Blunck wrote: > > Remove the big kernel lock from ext2 and replace it with a per superblock > > mutex. > > Might be worth taking a look what the other ext brothers are doing in > that area and doing proper finer-grained locking? > Ext3/4 are taking lock_super() instead. But because of the comment for lock_super() I choose against that. I think a simple mutex should do the trick. Thanks, Jan -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html