Searched hist:171599 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/fs/fifofs/
H A Dfifo_vnops.cdiff 171599 Thu Jul 26 14:58:09 MDT 2007 pjd 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)
/freebsd-10.0-release/sys/fs/devfs/
H A Ddevfs_vnops.cdiff 171599 Thu Jul 26 14:58:09 MDT 2007 pjd 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)
/freebsd-10.0-release/sys/kern/
H A Duipc_usrreq.cdiff 171599 Thu Jul 26 14:58:09 MDT 2007 pjd 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)
H A Dvfs_vnops.cdiff 171599 Thu Jul 26 14:58:09 MDT 2007 pjd 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)
/freebsd-10.0-release/sys/vm/
H A Dvnode_pager.cdiff 171599 Thu Jul 26 14:58:09 MDT 2007 pjd 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)

Completed in 347 milliseconds