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)
Sun, Aug 16, 7:36 AM
Unknown Object (File)
Fri, Aug 14, 2:32 PM
Unknown Object (File)
Wed, Aug 12, 11:20 AM
Unknown Object (File)
Sat, Aug 8, 7:54 PM
Unknown Object (File)
Sun, Jul 26, 11:36 PM
Unknown Object (File)
Fri, Jul 24, 4:48 PM
Unknown Object (File)
Wed, Jul 22, 8:18 PM
Unknown Object (File)
Mon, Jul 20, 10:57 PM
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