Page MenuHomeFreeBSD

openzfs: Reduce local diffs
Needs ReviewPublic

Authored by jhb on Wed, Sep 4, 2:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 21, 5:19 AM
Unknown Object (File)
Wed, Sep 18, 2:34 PM
Unknown Object (File)
Tue, Sep 17, 8:04 PM
Unknown Object (File)
Tue, Sep 17, 6:41 AM
Unknown Object (File)
Sun, Sep 15, 4:35 PM
Unknown Object (File)
Tue, Sep 10, 4:38 PM
Unknown Object (File)
Sat, Sep 7, 5:05 PM
Unknown Object (File)
Sat, Sep 7, 7:04 AM
Subscribers

Details

Reviewers
mm
mav
Summary

These are all local diffs that have no functional change.

Sponsored by: AFRL, DARPA

Diff Detail

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

Event Timeline

jhb requested review of this revision.Wed, Sep 4, 2:09 PM
sys/contrib/openzfs/module/os/freebsd/zfs/zfs_ctldir.c
689

Possibly this should be fixed upstream instead, but having it as a local diff is needless.

FYI, we track a modified version of OpenZFS for CHERI and keep track of local changes in FreeBSD in a 'freebsd' branch forked from 'master' that we periodically rebase as we merge in upstream FreeBSD commits. It's a few months behind currently, but you can see the local changes we have here: https://github.com/openzfs/zfs/compare/master...CTSRD-CHERI:zfs:freebsd Some of these fixes should possibly go upstream. The lz4 allocator changes stand out as an odd local patch to me as they came in without a real log message during a merge.