]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: fix xfs_extent_busy_flush macro definition
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 10 Apr 2017 22:29:48 +0000 (17:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Mon, 10 Apr 2017 22:29:48 +0000 (17:29 -0500)
commitb0a898fec2cfa59feae5bdbcbf472080acfa7e14
tree7c7f0d0a5f5c90983b764b8b2ba42a6776bda44a
parentfc1d64546e8ab85171eec63ba607eb7d76131821
libxfs: fix xfs_extent_busy_flush macro definition

xfs_extent_busy_flush is a void function, so don't reduce it to zero.
This shuts up gcc warnings about do-nothing statements.

[sandeen: switch to more common ((void)0) paradigm]

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>
libxfs/libxfs_priv.h