Searched hist:121874 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/ufs/ufs/
H A Dufs_quota.cdiff 121874 Sun Nov 02 04:52:53 MST 2003 kan Take care not to call vput if thread used in corresponding vget
wasn't curthread, i.e. when we receive a thread pointer to use
as a function argument. Use VOP_UNLOCK/vrele in these cases.

The only case there td != curthread known at the moment is
boot() calling sync with thread0 pointer.

This fixes the panic on shutdown people have reported.
/freebsd-10.3-release/sys/fs/ext2fs/
H A Dext2_vfsops.cdiff 121874 Sun Nov 02 04:52:53 MST 2003 kan Take care not to call vput if thread used in corresponding vget
wasn't curthread, i.e. when we receive a thread pointer to use
as a function argument. Use VOP_UNLOCK/vrele in these cases.

The only case there td != curthread known at the moment is
boot() calling sync with thread0 pointer.

This fixes the panic on shutdown people have reported.
/freebsd-10.3-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.cdiff 121874 Sun Nov 02 04:52:53 MST 2003 kan Take care not to call vput if thread used in corresponding vget
wasn't curthread, i.e. when we receive a thread pointer to use
as a function argument. Use VOP_UNLOCK/vrele in these cases.

The only case there td != curthread known at the moment is
boot() calling sync with thread0 pointer.

This fixes the panic on shutdown people have reported.
/freebsd-10.3-release/sys/kern/
H A Dvfs_default.cdiff 121874 Sun Nov 02 04:52:53 MST 2003 kan Take care not to call vput if thread used in corresponding vget
wasn't curthread, i.e. when we receive a thread pointer to use
as a function argument. Use VOP_UNLOCK/vrele in these cases.

The only case there td != curthread known at the moment is
boot() calling sync with thread0 pointer.

This fixes the panic on shutdown people have reported.
/freebsd-10.3-release/sys/nfsclient/
H A Dnfs_vfsops.cdiff 121874 Sun Nov 02 04:52:53 MST 2003 kan Take care not to call vput if thread used in corresponding vget
wasn't curthread, i.e. when we receive a thread pointer to use
as a function argument. Use VOP_UNLOCK/vrele in these cases.

The only case there td != curthread known at the moment is
boot() calling sync with thread0 pointer.

This fixes the panic on shutdown people have reported.
/freebsd-10.3-release/sys/ufs/ffs/
H A Dffs_vfsops.cdiff 121874 Sun Nov 02 04:52:53 MST 2003 kan Take care not to call vput if thread used in corresponding vget
wasn't curthread, i.e. when we receive a thread pointer to use
as a function argument. Use VOP_UNLOCK/vrele in these cases.

The only case there td != curthread known at the moment is
boot() calling sync with thread0 pointer.

This fixes the panic on shutdown people have reported.

Completed in 341 milliseconds