Searched hist:16312 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_subr.cdiff 16312 Wed Jun 12 01:37:57 MDT 1996 dg Moved the fsnode MALLOC to before the call to getnewvnode() so that the
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.

Pointed out by Matt Day <mday@artisoft.com>
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_denode.cdiff 16312 Wed Jun 12 01:37:57 MDT 1996 dg Moved the fsnode MALLOC to before the call to getnewvnode() so that the
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.

Pointed out by Matt Day <mday@artisoft.com>
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.cdiff 16312 Wed Jun 12 01:37:57 MDT 1996 dg Moved the fsnode MALLOC to before the call to getnewvnode() so that the
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.

Pointed out by Matt Day <mday@artisoft.com>
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.cdiff 16312 Wed Jun 12 01:37:57 MDT 1996 dg Moved the fsnode MALLOC to before the call to getnewvnode() so that the
process won't possibly block before filling in the fsnode pointer (v_data)
which might be dereferenced during a sync since the vnode is put on the
mnt_vnodelist by getnewvnode.

Pointed out by Matt Day <mday@artisoft.com>

Completed in 414 milliseconds