Page MenuHomeFreeBSD

vfs: stop passing LK_INTERLOCK to VOP_UNLOCK
ClosedPublic

Authored by mjg on Aug 27 2019, 5:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 2, 7:08 AM
Unknown Object (File)
Fri, Aug 28, 12:09 PM
Unknown Object (File)
Wed, Aug 26, 2:48 AM
Unknown Object (File)
Wed, Aug 26, 1:20 AM
Unknown Object (File)
Fri, Aug 21, 7:07 AM
Unknown Object (File)
Sun, Aug 16, 7:36 AM
Unknown Object (File)
Fri, Aug 14, 2:32 PM
Unknown Object (File)
Wed, Aug 12, 11:20 AM
Subscribers
None

Details

Reviewers
kib
Summary

Apparently I missed 3 places which do it (ignoring unionfs). Patch below imo does the trick just fine with holding the interlock across the call. If that's seen as a problem I can hold/drop around it.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped