https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216922
Bug ID: 216922
Summary: bpf(4): opening already opened device returns EBUSY;
not documented as supported error in open(2)
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
We have some code at $work that opens bpf(4) devices. It has to handle EBUSY
because of this line of code:
https://svnweb.freebsd.org/base/head/sys/net/bpf.c?annotate=303382#l869
It seems like there are 2 bugs, potentially:
- open(2) should note that behavior for character devices may vary from the
ERRORS section.
- bpf(4) returning EBUSY when the device is in use should be documented,
somewhere (maybe in bpf(9)?).
--
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]"