]> git.dujemihanovic.xyz Git - u-boot.git/commit
zfs: recognize zpools formatted with features support
authorWHR <whr@rivoreo.one>
Tue, 30 Apr 2024 16:28:32 +0000 (00:28 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 13 May 2024 22:51:13 +0000 (16:51 -0600)
commitcd85e0d443a40fe5e0814023e1c976127b761351
treebcd8a71880a6c5b155e3e3f6fd4e03c1c3621013
parent3a9f642ca946d6a5cda0ecc3f6805976d9d8e660
zfs: recognize zpools formatted with features support

Currently no features are implemented, only the zpool version 5000 that
indicating the features support, is recognized. Since it is possible for
OpenZFS to create a pool with features support enabled, but without
enabling any actual feature, this change enables U-Boot to read such
pools.

Signed-off-by: WHR <msl0000023508@gmail.com>
fs/zfs/zfs.c
include/zfs/zfs.h