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
Differential D34126
ufs, msdosfs: do not record witness order when creating vnode kib on Feb 1 2022, 5:20 AM. Authored by Tags None Referenced Files
Subscribers
Details 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
|