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

[WIP] Remove complicated libspl assert wrappers #4449

Closed
wants to merge 1 commit into from

Conversation

behlendorf
Copy link
Contributor

Effectively provide our own version of assert()/verify() for use
in user space. This minimizes our dependencies and aligns the
user space assertion error messages with those from the kernel.
spl.ko module.

Signed-off-by: Brian Behlendorf behlendorf1@llnl.gov

Effectively provide our own version of assert()/verify() for use
in user space.  This minimizes our dependencies and aligns the
user space assertion error messages with those from the kernel.
spl.ko module.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Jun 29, 2017
Effectively provide our own version of assert()/verify() for use
in user space.  This minimizes our dependencies and aligns the
user space assertion handling with what's used in the kernel.

Signed-off-by: Carlo Landmeter <clandmeter@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#4449
tonyhutter pushed a commit that referenced this pull request Jul 20, 2017
Effectively provide our own version of assert()/verify() for use
in user space.  This minimizes our dependencies and aligns the
user space assertion handling with what's used in the kernel.

Signed-off-by: Carlo Landmeter <clandmeter@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4449
@behlendorf behlendorf deleted the user-assert branch April 19, 2021 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant