zfs
zfs copied to clipboard
Linux 6.16 compat
Motivation and Context
Human beings make life so interesting. Do you know, that in a universe so full of wonders, they have managed to invent boredom.
– Hogfather, Terry Pratchett, 1997.
Hello to 6.16-rc1. Let's get started.
Description
See commits. Two very light changes, easily wrapped.
How Has This Been Tested?
ZTS passed on 6.16-rc1.
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Performance enhancement (non-breaking change which improves efficiency)
- [ ] Code cleanup (non-breaking change which makes code smaller or more readable)
- [ ] Quality assurance (non-breaking change which makes the code more robust against bugs)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
- [ ] Documentation (a change to man pages or other documentation)
Checklist:
- [x] My code follows the OpenZFS code style requirements.
- [ ] I have updated the documentation accordingly.
- [x] I have read the contributing document.
- [ ] I have added tests to cover my changes.
- [ ] I have run the ZFS Test Suite with this change applied.
- [x] All commit messages are properly formatted and contain
Signed-off-by.