From: Dave Chinner Date: Fri, 8 Jul 2011 04:14:40 +0000 (+1000) Subject: inode: move to per-sb LRU locks X-Git-Tag: v3.1-rc1~282^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09cc9fc7a7c3d872065426d7fb0f0ad6d3eb90fc;p=pandora-kernel.git inode: move to per-sb LRU locks With the inode LRUs moving to per-sb structures, there is no longer a need for a global inode_lru_lock. The locking can be made more fine-grained by moving to a per-sb LRU lock, isolating the LRU operations of different filesytsems completely from each other. Signed-off-by: Dave Chinner Signed-off-by: Al Viro --- Reading git-diff-tree failed