aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_address.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/ops_address.c')
-rw-r--r--fs/gfs2/ops_address.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c
index 4913ef57b095..fb84478e1df6 100644
--- a/fs/gfs2/ops_address.c
+++ b/fs/gfs2/ops_address.c
@@ -757,8 +757,8 @@ static unsigned limit = 0;
757 return; 757 return;
758 758
759 fs_warn(sdp, "ip = %llu %llu\n", 759 fs_warn(sdp, "ip = %llu %llu\n",
760 (unsigned long long)ip->i_num.no_formal_ino, 760 (unsigned long long)ip->i_no_formal_ino,
761 (unsigned long long)ip->i_num.no_addr); 761 (unsigned long long)ip->i_no_addr);
762 762
763 for (x = 0; x < GFS2_MAX_META_HEIGHT; x++) 763 for (x = 0; x < GFS2_MAX_META_HEIGHT; x++)
764 fs_warn(sdp, "ip->i_cache[%u] = %s\n", 764 fs_warn(sdp, "ip->i_cache[%u] = %s\n",