zfs: Incompatibility with kernel 5.3

Enable the warning that ZFS is currently
incompatible with 5.3 kernels
This commit is contained in:
Tim Steinbach 2019-09-20 14:38:28 -04:00
parent b3dec4fa26
commit 7cff0bc3ee
No known key found for this signature in database
GPG key ID: 6C654787275A64F1

View file

@ -151,7 +151,7 @@ in {
# to be adapted
zfsStable = common {
# comment/uncomment if breaking kernel versions are known
# incompatibleKernelVersion = "4.20";
incompatibleKernelVersion = "5.3";
# this package should point to the latest release.
version = "0.8.1";
@ -165,7 +165,7 @@ in {
zfsUnstable = common {
# comment/uncomment if breaking kernel versions are known
# incompatibleKernelVersion = "4.19";
incompatibleKernelVersion = "5.3";
# this package should point to a version / git revision compatible with the latest kernel release
version = "0.8.1";