]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: change 0x%p -> %p in print messages
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 9 Jan 2018 19:43:36 +0000 (11:43 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 12 Jan 2018 22:09:08 +0000 (14:09 -0800)
commit7c1721d027f82eb04cacb73dd50543ce61b278f0
treea112b0cde35fe23770ff4dc22ff878ffdb0211d8
parent4345973080dae47482812383d1010b89de62cb07
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>
fs/xfs/libxfs/xfs_dir2_node.c
fs/xfs/xfs_fsops.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_log.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_trace.h