Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26028
b: refs/heads/master
c: b9d9506
h: refs/heads/master
v: v3
  • Loading branch information
John Hawkes authored and Trond Myklebust committed Apr 19, 2006
1 parent ffd72d9 commit bbb7eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec535ce154f2eaad3d97f2f20a76a6d8bdac33e5
refs/heads/master: b9d9506d944865876e67281a4e4269d823ce5381
5 changes: 1 addition & 4 deletions trunk/fs/nfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,12 +700,9 @@ static int nfs_show_stats(struct seq_file *m, struct vfsmount *mnt)
/*
* Display superblock I/O counters
*/
for (cpu = 0; cpu < NR_CPUS; cpu++) {
for_each_possible_cpu(cpu) {
struct nfs_iostats *stats;

if (!cpu_possible(cpu))
continue;

preempt_disable();
stats = per_cpu_ptr(nfss->io_stats, cpu);

Expand Down

0 comments on commit bbb7eed

Please sign in to comment.