Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD: Return ifndef IN_BASE back to fix the build #16808

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

amotin
Copy link
Member

@amotin amotin commented Nov 25, 2024

FreeBSD's libprocstat seems to build kernel code in user space, which does not work here due to undefined vnode_t. It's a mess.

While there, remove some unused illumos compat from vnode.h.

How Has This Been Tested?

Run FreeBSD world+kernel build with this change in.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • 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)
  • 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:

FreeBSD's libprocstat seems to build kernel code in user space,
which does not work here due to undefined vnode_t.

Signed-off-by:	Alexander Motin <[email protected]>
Sponsored by:	iXsystems, Inc.
Should make no difference, just some dead code cleanup.

Signed-off-by:	Alexander Motin <[email protected]>
Sponsored by:	iXsystems, Inc.
@amotin
Copy link
Member Author

amotin commented Nov 25, 2024

@mmatuska ^^^

@amotin amotin added the Status: Code Review Needed Ready for review and testing label Nov 25, 2024
@mmatuska
Copy link
Contributor

@mmatuska ^^^

@amotin builds fine on base, thanks!

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants