NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUS
authorJohn Hawkes <hawkes@sgi.com>
Wed, 19 Apr 2006 17:06:20 +0000 (13:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Apr 2006 17:06:20 +0000 (13:06 -0400)
commitb9d9506d944865876e67281a4e4269d823ce5381
tree344e12dab9854855fad1388e2aaecbf33eb566c1
parentec535ce154f2eaad3d97f2f20a76a6d8bdac33e5
NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUS

Convert a for-loop that explicitly references "NR_CPUS" into the
potentially more efficient for_each_possible_cpu() construct.

Signed-off-by: John Hawkes <hawkes@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c