Page MenuHomeFreeBSD

Fix a racy VI_DOOMED check in MNT_VNODE_FOREACH_ALL()
ClosedPublic

Authored by markj on Oct 17 2017, 5:51 PM.
Tags
None
Referenced Files
F109946868: D12704.id34071.diff
Tue, Feb 11, 2:07 PM
F109935143: D12704.diff
Tue, Feb 11, 11:10 AM
Unknown Object (File)
Mon, Jan 13, 8:16 AM
Unknown Object (File)
Dec 21 2024, 1:22 AM
Unknown Object (File)
Dec 6 2024, 2:45 PM
Unknown Object (File)
Oct 25 2024, 10:21 AM
Unknown Object (File)
Oct 21 2024, 4:24 PM
Unknown Object (File)
Oct 21 2024, 4:24 PM
Subscribers
None

Details

Summary

MNT_VNODE_FOREACH_ALL() is supposed to avoid returning doomed vnodes,
but the VI_DOOMED check it uses is done without the vnode interlock
held.

Diff Detail

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