]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/rdwr.c
xfs: change 0x%p -> %p in print messages
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 27 Feb 2018 04:43:18 +0000 (22:43 -0600)
committerEric Sandeen <sandeen@redhat.com>
Tue, 27 Feb 2018 04:43:18 +0000 (22:43 -0600)
commitef4109d1b66633808ed945c13e6478a5eb09952f
treed9c8d1aa3a1d474fbb6f664e00078581225c2131
parent493b46c4d9a1dbf636a1f3452c1ac36232ede6f4
xfs: change 0x%p -> %p in print messages

Source kernel commit: 3d170aa24283568b1ed92a09daa0e05a8788c6a4

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/rdwr.c
libxfs/xfs_dir2_node.c
repair/phase5.c