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

Closed
wants to merge 2 commits into 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 <mav@FreeBSD.org>
Sponsored by:	iXsystems, Inc.
Should make no difference, just some dead code cleanup.

Signed-off-by:	Alexander Motin <mav@FreeBSD.org>
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!

@amotin amotin requested a review from behlendorf November 26, 2024 21:25
@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
@behlendorf behlendorf closed this in ae00c80 Dec 3, 2024
behlendorf pushed a commit that referenced this pull request Dec 3, 2024
Should make no difference, just some dead code cleanup.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Martin Matuska <mm@FreeBSD.org>
Signed-off-by:Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #16808
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Dec 5, 2024
FreeBSD's libprocstat seems to build kernel code in user space,
which does not work here due to undefined vnode_t.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Martin Matuska <mm@FreeBSD.org>
Signed-off-by:Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes openzfs#16808
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Dec 5, 2024
Should make no difference, just some dead code cleanup.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Martin Matuska <mm@FreeBSD.org>
Signed-off-by:Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes openzfs#16808
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