You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is way different from its definition in module/zfs/vdev_trim.c:
unsigned int zfs_trim_extent_bytes_max = 128 * 1024 * 1024;
and the problem is because in include/os/macos/zfs/sys/kstat_osx.h:
extern uint64_t zfs_trim_extent_bytes_max;
Todo: check the types of all the externs in kstat_osx.h, and/or figure out how to generate some build-time warning about this to catch when this happens.
The text was updated successfully, but these errors were encountered:
An example:
which is way different from its definition in module/zfs/vdev_trim.c:
and the problem is because in include/os/macos/zfs/sys/kstat_osx.h:
Todo: check the types of all the externs in kstat_osx.h, and/or figure out how to generate some build-time warning about this to catch when this happens.
The text was updated successfully, but these errors were encountered: