diff options
author | Umer Saleem <[email protected]> | 2023-11-08 02:24:16 +0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-07 13:24:16 -0800 |
commit | 9198de8f1079a8bbb837de3e3f8e236777b1375d (patch) | |
tree | e4885e6b93c724ee943c31217eaf5ec715e43236 /module/zfs/zio_compress.c | |
parent | dc45a00eac35a2e66c3ddba6e52e2b2280bd2be0 (diff) |
Linux 6.6 compat: fix implicit conversion error with debug build
With Linux v6.6.0 and GCC 12, when debug build is configured,
implicit conversion error is raised while converting
'enum <anonymous>' to 'boolean_t'. Use 'B_TRUE' instead of
'true' to fix the issue.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Pavel Snajdr <[email protected]>
Reviewed-by: Brian Atkinson <[email protected]>
Signed-off-by: Umer Saleem <[email protected]>
Closes #15489
Diffstat (limited to 'module/zfs/zio_compress.c')
0 files changed, 0 insertions, 0 deletions