Page MenuHomeFreeBSD

stand/zfs: Refactor zfs_get_bootenv
ClosedPublic

Authored by imp on Apr 4 2023, 6:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 18, 8:22 AM
Unknown Object (File)
Sat, Sep 7, 9:53 PM
Unknown Object (File)
Aug 16 2024, 9:16 PM
Unknown Object (File)
Jul 9 2024, 10:23 PM
Unknown Object (File)
Jul 1 2024, 12:08 AM
Unknown Object (File)
Jun 30 2024, 11:26 PM
Unknown Object (File)
Jun 28 2024, 7:32 PM
Unknown Object (File)
May 9 2024, 10:26 AM
Subscribers

Details

Summary

Create a new interface to zfs_get_bootenv called zfs_get_bootenv_spa
which takes a spa instead of a void * (effectively a devdesc *). Use
that in zfs_get_bootenv.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 50754
Build 47645: arc lint + arc unit

Event Timeline

kevans added inline comments.
stand/libsa/zfs/zfs.c
803

Noting that this changes the return value for a non-ZFS vdev from NOTSUP to ENXIO... I think that's an improvement, though.

This revision is now accepted and ready to land.Apr 12 2023, 5:06 AM
This revision was automatically updated to reflect the committed changes.