diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-21 21:24:42 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-04-25 19:40:42 +0300 |
commit | 3f88a15ae0f15f8dec3b10a55d02d1c1defa73c6 (patch) | |
tree | e327cbbba27e8cd9b90df0765fb9331c13b71a23 /fs/xfs/xfs_trans_ail.c | |
parent | 12e4a381c5cefa4bf54547cb51d98241a54e29f3 (diff) | |
download | linux-3f88a15ae0f15f8dec3b10a55d02d1c1defa73c6.tar.xz |
xfs: don't use bool values in trace buffers
Using bool values produces sparse warnings of this form:
fs/xfs/./xfs_trace.h:2252:1: warning: odd constant _Bool cast (ffffffffffffffff becomes 1)
fs/xfs/./xfs_trace.h:2252:1: warning: odd constant _Bool cast (ffffffffffffffff becomes 1)
fs/xfs/./xfs_trace.h:2278:1: warning: odd constant _Bool cast (ffffffffffffffff becomes 1)
fs/xfs/./xfs_trace.h:2278:1: warning: odd constant _Bool cast (ffffffffffffffff becomes 1)
fs/xfs/./xfs_trace.h:2307:1: warning: odd constant _Bool cast (ffffffffffffffff becomes 1)
Just use a char instead to fix those up.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_trans_ail.c')
0 files changed, 0 insertions, 0 deletions