]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - repair/attr_repair.c
misc: clean up MIN/MAX in the utilities
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 1 Aug 2018 22:06:45 +0000 (17:06 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 1 Aug 2018 22:06:45 +0000 (17:06 -0500)
commit68d169079dddf3272453f8e73a781f4eee388eb8
tree6d323e167986ce43f6b1beb2dbb7e0ca56ba3715
parent581c24aade3ee3dedcecac5feb40b589476b922d
misc: clean up MIN/MAX in the utilities

Get rid of the MIN/MAX macros and just use the native min/max macros
directly in the XFS code, just like we did for libxfs.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
16 files changed:
copy/xfs_copy.c
db/check.c
libxfs/rdwr.c
logprint/log_misc.c
logprint/log_redo.c
man/man5/xfs.5
mkfs/xfs_mkfs.c
quota/util.c
repair/attr_repair.c
repair/bmap.c
repair/btree.c
repair/dinode.c
repair/incore.c
repair/incore_ino.c
repair/prefetch.c
repair/xfs_repair.c