mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
30af71199e
unmount when mp structure is reused while waiting for coveredvp lock. Introduce struct mount generation count, increment it on each reuse and compare the generations before and after obtaining the coveredvp lock. Reviewed by: tegge, pjd Approved by: pjd (mentor) MFC after: 2 weeks