commit | b0a898fec2cfa59feae5bdbcbf472080acfa7e14 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Apr 10 17:29:48 2017 -0500 |
committer | Eric Sandeen <sandeen@redhat.com> | Mon Apr 10 17:29:48 2017 -0500 |
tree | 7c7f0d0a5f5c90983b764b8b2ba42a6776bda44a | |
parent | fc1d64546e8ab85171eec63ba607eb7d76131821 [diff] |
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>