xfs: change 0x%p -> %p in print messages
Since %p prepends "0x" to the outputted string, we can drop the prefix. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
This commit is contained in:
@ -2244,7 +2244,7 @@ xlog_write_setup_ophdr(
|
||||
break;
|
||||
default:
|
||||
xfs_warn(log->l_mp,
|
||||
"Bad XFS transaction clientid 0x%x in ticket 0x%p",
|
||||
"Bad XFS transaction clientid 0x%x in ticket %p",
|
||||
ophdr->oh_clientid, ticket);
|
||||
return NULL;
|
||||
}
|
||||
@ -3926,7 +3926,7 @@ xlog_verify_iclog(
|
||||
}
|
||||
if (clientid != XFS_TRANSACTION && clientid != XFS_LOG)
|
||||
xfs_warn(log->l_mp,
|
||||
"%s: invalid clientid %d op 0x%p offset 0x%lx",
|
||||
"%s: invalid clientid %d op %p offset 0x%lx",
|
||||
__func__, clientid, ophead,
|
||||
(unsigned long)field_offset);
|
||||
|
||||
|
Reference in New Issue
Block a user