HomeFreeBSD

fd: make the common case in filecaps_copy work lockless

Description

fd: make the common case in filecaps_copy work lockless

The filedesc lock is only needed if ioctls caps are present, which is a
rare situation. This is a step towards reducing the scope of the filedesc
lock.

Details

Provenance
mjgAuthored on
Parents
rS287538: As expected, things aren't as simple as hoped. Consequently, we have
Branches
Unknown
Tags
Unknown