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)
Thu, May 14, 6:46 PM
Unknown Object (File)
Thu, May 14, 6:46 PM
Unknown Object (File)
Mon, May 4, 4:11 PM
Unknown Object (File)
Sat, May 2, 9:32 PM
Unknown Object (File)
Thu, Apr 30, 11:53 AM
Unknown Object (File)
Thu, Apr 30, 8:45 AM
Unknown Object (File)
Wed, Apr 29, 4:57 PM
Unknown Object (File)
Wed, Apr 29, 5:05 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