|
@@ -347,7 +347,7 @@ xfs_verifier_error(
|
|
|
{
|
|
|
struct xfs_mount *mp = bp->b_target->bt_mount;
|
|
|
|
|
|
- xfs_alert(mp, "Metadata %s detected at %pF, %s block 0x%llx",
|
|
|
+ xfs_alert(mp, "Metadata %s detected at %pS, %s block 0x%llx",
|
|
|
bp->b_error == -EFSBADCRC ? "CRC error" : "corruption",
|
|
|
__return_address, bp->b_ops->name, bp->b_bn);
|
|
|
|