[Bug 220546] zfs.ko: undefined reference to abd_is_linear(), abd_copy_to_buf() and (probably) others with ASSERT's enabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 7 19:49:16 UTC 2017


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: freebsd-bugs at FreeBSD.org
          Reporter: avos at freebsd.org

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.


More information about the freebsd-bugs mailing list