Files
mirror_zfs/module/os/freebsd/zfs
Ryan Moeller ae2cfdf8a7 FreeBSD: Fix format of vfs.zfs.arc_no_grow_shift
vfs.zfs.arc_no_grow_shift has an invalid type (15) and this causes
py-sysctl to format it as a bytearray when it should be an integer.

"U" is not a valid format, it should be "I" and the type should match
the variable type, int.  We can return EINVAL if the value is set below
zero.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11318
2020-12-23 14:34:59 -08:00
..
2020-05-30 12:54:57 -07:00
2020-04-14 11:36:28 -07:00
2020-10-16 13:05:00 -07:00
2020-11-11 11:40:15 -08:00
2020-10-01 12:20:39 -07:00