commit | 09cc9fc7a7c3d872065426d7fb0f0ad6d3eb90fc | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri Jul 08 14:14:40 2011 +1000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:44:36 2011 -0400 |
tree | 79f6f835dd009ac34bd35ee3ee61e616ec2b255a | |
parent | 98b745c647a5a90c3c21ea43cbfad9a47b0dfad7 [diff] |
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 <dchinner@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>