]> git.ipfire.org Git - thirdparty/grub.git/commit
ZFS: Don't iterate over null objsets
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 6 Jul 2023 15:13:50 +0000 (17:13 +0200)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Sep 2023 00:44:02 +0000 (02:44 +0200)
commit444089eec6042250ce3a7184cb09bd8a2ab16808
treec04f137f67a8c3122644f423d7daea531bd80ea6
parent96446ce14e2d1fe9f5b36ec4ac45a2efd92a40d1
ZFS: Don't iterate over null objsets

Reading them is harmless but useless as they are empty by definition

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/zfs/zfs.c