diff options
author | наб <[email protected]> | 2021-06-03 19:04:13 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-03 11:04:13 -0600 |
commit | 94f942c658521c9f67955958942014d41a4a7146 (patch) | |
tree | 43f51f6b0e24a51cecce402931cd91503f3bd52b /include/sys | |
parent | f97142c74801a15c4e3840722502d279d1913fb5 (diff) |
libspl: staticify buf and pagesize, rename aok to libspl_assert_ok
Exporting names this short can easily cause nasty collisions with user code.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12050
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/zfs_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/zfs_context.h b/include/sys/zfs_context.h index 3fb390c3f..89afa9825 100644 --- a/include/sys/zfs_context.h +++ b/include/sys/zfs_context.h @@ -160,8 +160,6 @@ extern void vpanic(const char *, va_list) __NORETURN; #define fm_panic panic -extern int aok; - /* * DTrace SDT probes have different signatures in userland than they do in * the kernel. If they're being used in kernel code, re-define them out of |