]> git.baikalelectronics.ru Git - kernel.git/commit
inode: move to per-sb LRU locks
authorDave Chinner <dchinner@redhat.com>
Fri, 8 Jul 2011 04:14:40 +0000 (14:14 +1000)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:44:36 +0000 (01:44 -0400)
commit93730901ca8cc334ebbb63e096085417c6a99357
tree79f6f835dd009ac34bd35ee3ee61e616ec2b255a
parentc6606cb5ec218f454ab27b7c17185399ae93fb15
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>
fs/inode.c
fs/super.c
include/linux/fs.h