From: adilger Date: Mon, 26 Aug 2002 20:04:56 +0000 (+0000) Subject: Fix minor typo in debug output. X-Git-Tag: 0.5.5~57 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d60a3a6d0f5478358d6c9a87c88c3d91e8e2b623;p=fs%2Flustre-release.git Fix minor typo in debug output. --- 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) {