Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189581
b: refs/heads/master
c: cc4fc29
h: refs/heads/master
i:
  189579: 1e6ee16
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Apr 7, 2010
1 parent 1571d7a commit 40c58c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 08dc179b9b00cfbed006ae6f5d0e471ef79dc69c
refs/heads/master: cc4fc29e59c386919a7674e203be7822dc968dc0
4 changes: 2 additions & 2 deletions trunk/fs/fscache/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ static int fscache_stats_show(struct seq_file *m, void *v)
atomic_read(&fscache_n_object_lookups),
atomic_read(&fscache_n_object_lookups_negative),
atomic_read(&fscache_n_object_lookups_positive),
atomic_read(&fscache_n_object_lookups_timed_out),
atomic_read(&fscache_n_object_created));
atomic_read(&fscache_n_object_created),
atomic_read(&fscache_n_object_lookups_timed_out));

seq_printf(m, "Updates: n=%u nul=%u run=%u\n",
atomic_read(&fscache_n_updates),
Expand Down

0 comments on commit 40c58c2

Please sign in to comment.