When we do open, we should lock the vnode exclusively. This fixes few races:
- fifo race, where two threads assign v_fifoinfo,
- v_writecount modifications,
- v_object modifications,
- and probably more...
Discussed with: kib, ups
Approved by: re (rwatson)
When we do open, we should lock the vnode exclusively. This fixes few races: rS171599Unpublished Tags None Referenced Files None Subscribers None
Description
Details
Event Timeline |