fs-cache: order the debugfs stats correctly
authorDavid Howells <dhowells@redhat.com>
Tue, 6 Apr 2010 21:35:09 +0000 (14:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Apr 2010 15:38:05 +0000 (08:38 -0700)
commitcc4fc29e59c386919a7674e203be7822dc968dc0
treeb20f18950bc9e7c2a79a6694bae221dd48b9fdf7
parent08dc179b9b00cfbed006ae6f5d0e471ef79dc69c
fs-cache: order the debugfs stats correctly

Order the debugfs statistics correctly.  The values displayed through a
seq_printf() statement should be in the same order as the names in the
format string.

In the 'Lookups' line, objects created ('crt=') and lookups timed out
('tmo=') have their values transposed.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fscache/stats.c