From d60a3a6d0f5478358d6c9a87c88c3d91e8e2b623 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 26 Aug 2002 20:04:56 +0000 Subject: [PATCH] Fix minor typo in debug output. --- lustre/llite/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/super.c b/lustre/llite/super.c index 567d90d..8dd016d 100644 --- a/lustre/llite/super.c +++ b/lustre/llite/super.c @@ -364,7 +364,7 @@ static int ll_statfs(struct super_block *sb, struct statfs *sfs) CERROR("obd_statfs fails: rc = %d\n", rc); else CDEBUG(D_SUPER, "statfs shows blocks %ld/%ld objects %ld/%ld\n", - sfs->f_bavail, sfs->f_blocks, sfs->f_files,sfs->f_ffree); + sfs->f_bavail, sfs->f_blocks, sfs->f_ffree,sfs->f_files); /* temporary until mds_statfs returns statfs info for all OSTs */ if (!rc) { -- 1.8.3.1