aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_node.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_dir2_node.c')
-rw-r--r--fs/xfs/xfs_dir2_node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir2_node.c b/fs/xfs/xfs_dir2_node.c
index a0aab7d3294..702d436e239 100644
--- a/fs/xfs/xfs_dir2_node.c
+++ b/fs/xfs/xfs_dir2_node.c
@@ -1641,7 +1641,7 @@ xfs_dir2_node_addname_int(
1641 1641
1642 if (unlikely(xfs_dir2_db_to_fdb(mp, dbno) != fbno)) { 1642 if (unlikely(xfs_dir2_db_to_fdb(mp, dbno) != fbno)) {
1643 xfs_alert(mp, 1643 xfs_alert(mp,
1644 "%s: dir ino " "%llu needed freesp block %lld for\n" 1644 "%s: dir ino %llu needed freesp block %lld for\n"
1645 " data block %lld, got %lld ifbno %llu lastfbno %d", 1645 " data block %lld, got %lld ifbno %llu lastfbno %d",
1646 __func__, (unsigned long long)dp->i_ino, 1646 __func__, (unsigned long long)dp->i_ino,
1647 (long long)xfs_dir2_db_to_fdb(mp, dbno), 1647 (long long)xfs_dir2_db_to_fdb(mp, dbno),