commit | fcb94f72d3e0f4f34b326c2986da8e5996daf72c | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri Jul 08 14:14:38 2011 +1000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:44:34 2011 -0400 |
tree | a18da3a56f447264c0dc2501a41afc5890afc78c | |
parent | e9299f5058595a655c3b207cda9635e28b9197e6 [diff] |
inode: convert inode_stat.nr_unused to per-cpu counters 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>