Page MenuHomeFreeBSD

ufs, msdosfs: do not record witness order when creating vnode
ClosedPublic

Authored by kib on Feb 1 2022, 5:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 8:23 PM
Unknown Object (File)
Sun, Oct 12, 3:35 PM
Unknown Object (File)
Sun, Oct 12, 3:35 PM
Unknown Object (File)
Sun, Oct 12, 3:34 PM
Unknown Object (File)
Sun, Oct 12, 4:20 AM
Unknown Object (File)
Sun, Sep 21, 11:20 AM
Unknown Object (File)
Sep 17 2025, 5:54 PM
Unknown Object (File)
Sep 15 2025, 2:03 PM
Subscribers

Details

Summary
When allocating new vnode, we need to lock it exclusively before
making it externally visible.  Since other threads cannot observe the
vnode yet, current lock order cannot create LoR conditions.
msdosfs_denode.c: some style

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable