aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_bmap.c')
-rw-r--r--fs/xfs/xfs_bmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c
index 3e76def1283..26645d267f1 100644
--- a/fs/xfs/xfs_bmap.c
+++ b/fs/xfs/xfs_bmap.c
@@ -6131,7 +6131,7 @@ error0:
6131 xfs_trans_brelse(NULL, bp); 6131 xfs_trans_brelse(NULL, bp);
6132error_norelse: 6132error_norelse:
6133 cmn_err(CE_WARN, "%s: BAD after btree leaves for %d extents", 6133 cmn_err(CE_WARN, "%s: BAD after btree leaves for %d extents",
6134 i, __FUNCTION__); 6134 __FUNCTION__, i);
6135 panic("%s: CORRUPTED BTREE OR SOMETHING", __FUNCTION__); 6135 panic("%s: CORRUPTED BTREE OR SOMETHING", __FUNCTION__);
6136 return; 6136 return;
6137} 6137}