]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/xfs/libxfs/xfs_inode_buf.c
xfs: convert bp->b_bn references to xfs_buf_daddr()
[mirror_ubuntu-jammy-kernel.git] / fs / xfs / libxfs / xfs_inode_buf.c
index 83ba63b4ace4f16af151db800688ef3121ad04a8..3932b4ebf9037f66f007a98957ee1f8ca2b3da89 100644 (file)
@@ -71,7 +71,7 @@ xfs_inode_buf_verify(
 #ifdef DEBUG
                        xfs_alert(mp,
                                "bad inode magic/vsn daddr %lld #%d (magic=%x)",
-                               (unsigned long long)bp->b_bn, i,
+                               (unsigned long long)xfs_buf_daddr(bp), i,
                                be16_to_cpu(dip->di_magic));
 #endif
                        xfs_buf_verifier_error(bp, -EFSCORRUPTED,