diff options
Diffstat (limited to 'fs/gfs2/ops_address.c')
-rw-r--r-- | fs/gfs2/ops_address.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c index 846c0ff75cff..e0b4e8c2b68d 100644 --- a/fs/gfs2/ops_address.c +++ b/fs/gfs2/ops_address.c | |||
@@ -469,7 +469,8 @@ static void adjust_fs_space(struct inode *inode) | |||
469 | else | 469 | else |
470 | new_free = 0; | 470 | new_free = 0; |
471 | spin_unlock(&sdp->sd_statfs_spin); | 471 | spin_unlock(&sdp->sd_statfs_spin); |
472 | fs_warn(sdp, "File system extended by %llu blocks.\n", new_free); | 472 | fs_warn(sdp, "File system extended by %llu blocks.\n", |
473 | (unsigned long long)new_free); | ||
473 | gfs2_statfs_change(sdp, new_free, new_free, 0); | 474 | gfs2_statfs_change(sdp, new_free, new_free, 0); |
474 | } | 475 | } |
475 | 476 | ||