HomeFreeBSD

kqueue.9: Update the description of knlist_clear()

Description

kqueue.9: Update the description of knlist_clear()

knlist_clear() does not free knotes and so does not call fdrop(), so
remove the bit of the function description which claims otherwise. (The
knote will be dropped by the next queue scan, and it is at that point
that the fd reference will be dropped.)

MFC after: 1 week

Details

Provenance
markjAuthored on Dec 12 2023, 2:35 PM
Parents
rGccf8e1bb38a7: arm64: Remove an unused global variable
Branches
Unknown
Tags
Unknown