Files
mirror_zfs/include/sys
Toomas Soome 921ec61b77 implicit conversion from 'boolean_t' to 'ds_hold_flags_t'
Build error on illumos with gcc 10 did reveal:

In function 'dmu_objset_refresh_ownership':
../../common/fs/zfs/dmu_objset.c:857:25: error: implicit conversion
from 'boolean_t' to 'ds_hold_flags_t' {aka 'enum ds_hold_flags'}
[-Werror=enum-conversion]
      857 |  dsl_dataset_disown(ds, decrypt, tag);
          |                         ^~~~~~~
cc1: all warnings being treated as errors

libzfs_input_check.c: In function 'zfs_ioc_input_tests':
libzfs_input_check.c:754:28: error: implicit conversion from
'enum dmu_objset_type' to 'enum lzc_dataset_type'
[-Werror=enum-conversion]
  754 |  err = lzc_create(dataset, DMU_OST_ZFS, NULL, NULL, 0);
      |                            ^~~~~~~~~~~
cc1: all warnings being treated as errors

The same issue is present in openzfs, and also the same issue about
ds_hold_flags_t, which currently defines exactly one valid value.

Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Toomas Soome <tsoome@me.com>
Closes #11406
2021-01-05 10:30:19 -08:00
..
2020-09-09 10:26:00 -07:00
2020-10-01 12:16:28 -07:00
2020-10-30 16:06:15 -07:00
2020-07-29 16:35:33 -07:00
2020-08-20 10:30:06 -07:00
2019-10-09 10:36:03 -07:00
2019-07-26 10:54:14 -07:00
2019-07-26 10:54:14 -07:00
2019-06-19 09:48:12 -07:00
2020-06-09 21:24:09 -07:00
2020-07-29 16:35:33 -07:00
2019-06-19 09:48:12 -07:00
2020-01-10 10:16:58 -08:00
2019-06-19 09:48:12 -07:00
2020-07-29 16:35:33 -07:00
2019-07-25 11:57:58 -07:00
2020-07-29 16:35:33 -07:00
2019-06-24 16:44:01 -07:00
2019-07-26 10:54:14 -07:00
2020-07-29 16:35:33 -07:00
2020-07-03 11:05:50 -07:00
2020-09-09 10:25:59 -07:00
2013-11-04 11:17:48 -08:00
2019-08-30 09:53:15 -07:00
2017-10-11 16:54:48 -04:00
2018-05-29 16:00:33 -07:00
2019-06-19 09:48:12 -07:00
2019-09-12 13:33:44 -07:00
2020-07-29 16:35:33 -07:00
2020-07-29 16:35:33 -07:00
2019-08-30 09:53:15 -07:00
2020-12-23 14:34:59 -08:00
2019-07-16 10:11:49 -07:00
2020-10-16 12:55:56 -07:00
2019-08-30 09:53:15 -07:00
2020-10-16 12:55:56 -07:00
2017-07-13 13:54:00 -04:00
2013-11-04 10:55:25 -08:00
2019-03-29 09:13:20 -07:00
2020-06-18 12:21:32 -07:00
2020-07-03 11:05:50 -07:00
2020-06-09 10:15:08 -07:00
2020-09-18 12:40:20 -07:00
2019-06-12 13:13:09 -07:00
2018-02-08 15:28:18 -08:00
2018-02-08 15:28:18 -08:00
2019-10-25 13:38:37 -07:00
2018-05-29 16:00:33 -07:00
2020-10-16 13:05:00 -07:00
2018-02-13 14:54:54 -08:00
2018-09-06 21:44:52 -07:00
2020-11-11 11:40:15 -08:00
2019-06-10 11:48:42 -07:00
2017-03-29 12:24:51 -07:00
2020-08-20 10:30:06 -07:00
2020-08-20 10:30:06 -07:00
2020-07-03 11:05:50 -07:00
2020-09-09 10:26:00 -07:00
2020-07-29 09:43:33 -07:00