]> git.hungrycats.org Git - linux/commitdiff
btrfs: spell EXTENT_DATA correctly
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Sun, 2 Oct 2022 21:56:25 +0000 (17:56 -0400)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Fri, 18 Sep 2026 21:36:33 +0000 (17:36 -0400)
Signed-off-by: Zygo Blaxell <ce3g8jdj@umail.furryterror.org>
fs/btrfs/backref.c

index 500fe8a5fb5e4d7f6cfa1d2eb7a5131e5464db48..b2be1f498c3a0883a97105b611c8a4d361a0b167 100644 (file)
@@ -2434,7 +2434,7 @@ static int iterate_leaf_refs(struct btrfs_fs_info *fs_info,
 
        for (eie = inode_list; eie; eie = eie->next) {
                btrfs_debug(fs_info,
-                           "ref for %llu resolved, key (%llu EXTEND_DATA %llu), root %llu",
+                           "ref for %llu resolved, key (%llu EXTENT_DATA %llu), root %llu",
                            extent_item_objectid, eie->inum,
                            eie->offset, root);
                ret = iterate(eie->inum, eie->offset, eie->num_bytes, root, ctx);