From: Dave Chinner Date: Fri, 8 Jul 2011 04:14:38 +0000 (+1000) Subject: inode: convert inode_stat.nr_unused to per-cpu counters X-Git-Tag: v3.1-rc1~282^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb94f72d3e0f4f34b326c2986da8e5996daf72c;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed