inode: convert inode_stat.nr_unused to per-cpu counters
authorDave Chinner <dchinner@redhat.com>
Fri, 8 Jul 2011 04:14:38 +0000 (14:14 +1000)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 20 Jul 2011 05:44:34 +0000 (01:44 -0400)
Before we split up the inode_lru_lock, the unused inode counter
needs to be made independent of the global inode_lru_lock. Convert
it to per-cpu counters to do this.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found