Page MenuHomeFreeBSD

nullfs: reduce areas protected by vnode interlock in null_lock
ClosedPublic

Authored by mjg on Aug 31 2019, 9:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 5:01 AM
Unknown Object (File)
Dec 16 2023, 11:37 PM
Unknown Object (File)
Sep 5 2023, 11:00 PM
Unknown Object (File)
Sep 5 2023, 11:00 PM
Unknown Object (File)
Sep 5 2023, 10:57 PM
Unknown Object (File)
Sep 5 2023, 10:57 PM
Unknown Object (File)
Sep 5 2023, 10:56 PM
Unknown Object (File)
Aug 31 2023, 11:42 PM
Subscribers

Details

Summary

Similarly to the other routine stop taking the interlock for the lower vnode. The interlock for nullfs vnode is still taken to ensure stability of ->v_data.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable