aboutsummaryrefslogtreecommitdiffstats
path: root/fs/tux3/balloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/tux3/balloc.c')
-rw-r--r--fs/tux3/balloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/tux3/balloc.c b/fs/tux3/balloc.c
index f2602fbe5e80f5..4aadf1cb9bebc4 100644
--- a/fs/tux3/balloc.c
+++ b/fs/tux3/balloc.c
@@ -422,7 +422,8 @@ static int __balloc(struct sb *sb, unsigned blocks, unsigned flags,
seg, segs);
if (err == -ENOSPC) {
/* FIXME: This is for debugging. Remove this */
- tux3_warn(sb, "couldn't balloc: blocks %u", blocks);
+ tux3_warn(sb, "couldn't balloc: blocks %u, freeblocks %Lu",
+ blocks, sb->freeblocks);
}
return err;