Page MenuHomeFreeBSD

libkern.h: remove HAVE_INLINE_* macros
Needs ReviewPublic

Authored by mhorne on Mon, Feb 9, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 22, 9:04 PM
Unknown Object (File)
Thu, Feb 19, 2:58 PM
Unknown Object (File)
Wed, Feb 18, 12:10 AM
Unknown Object (File)
Mon, Feb 16, 10:12 AM
Unknown Object (File)
Sun, Feb 15, 2:26 AM
Unknown Object (File)
Sat, Feb 14, 7:57 AM
Unknown Object (File)
Tue, Feb 10, 9:36 AM
Unknown Object (File)
Tue, Feb 10, 9:05 AM
Subscribers

Details

Reviewers
dougm
mav
jhb
Summary

The final consumer of this was OpenZFS, fixed in ffaea0831973 (thanks
mav@). These can now be retired.

Diff Detail

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

Event Timeline

mhorne requested review of this revision.Mon, Feb 9, 8:04 PM

I don't know if anybody run older ZFS built out of tree, but if so, I wonder if it could have sense to give it some time to soak.

I've requested removal of those constants from OpenZFS 2.3.6. In 2.4.0 they are not used already. So in few weeks there will be at least one release from each active branch not depending on them any more.

In D55201#1263765, @mav wrote:

I've requested removal of those constants from OpenZFS 2.3.6. In 2.4.0 they are not used already. So in few weeks there will be at least one release from each active branch not depending on them any more.

Thank you. I am happy to wait on this removal as long as seems useful.