From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Chinner Subject: [PATCH 0/2] dcache: per-sb LRU locks Date: Mon, 8 Aug 2011 17:03:39 +1000 Message-ID: <1312787021-11324-1-git-send-email-david@fromorbit.com> Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: viro@ZenIV.linux.org.uk Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi Al, This is the missing piece of the per-sb shrinker patchset - I dropped it because it was causing problems. Now that you've fixed a bunch of problems in the dcache code, the conversion to per-sb LRU locks for the dcache no longer causes my systems to crash and burn. It's been stable for the past couple of weeks, so it's time for more review and wider testing.... Cheers, Dave.