https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220546
Bug ID: 220546
Summary: zfs.ko: undefined reference to abd_is_linear(),
abd_copy_to_buf() and (probably) others with ASSERT's
enabled
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
These functions are used inside assertions; an example:
ASSERT(abd_is_linear(abd));
They declared in headers as 'inline'd; probably, they should be staticized as
well.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"