HomeFreeBSD

libalias: Remove unused function LibAliasCheckNewLink

Description

libalias: Remove unused function LibAliasCheckNewLink

The functionality to detect a newly created link after processing a
single packet is decoupled from the packet processing. Every new
packet is processed asynchronously and will reset the indicator, hence
the function is unusable. I made a Google search for third party code,
which uses the function, and failed to find one.

That's why the function should be removed: It unusable and unused.
A much simplified API/ABI will remain in anything below 14.

Discussed with: kp
Reviewed by: manpages (bcr)
Differential Revision: https://reviews.freebsd.org/D30275

(cherry picked from commit bfd41ba1fe1d0e40b6a813aeb0354cac8d884f5b)

Details

Provenance
donnerAuthored on May 15 2021, 1:24 PM
Differential Revision
D30275: libalias: Remove unused function LibAliasCheckNewLink
Parents
rGf9b3922257ba: ffs: Correct the input size check in sysctl_ffs_fsck()
Branches
Unknown
Tags
Unknown