Searched hist:102335 (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs.hdiff 162398 Mon Sep 18 11:23:08 MDT 2006 kib Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and
vnode lock in devfs_allocv. Do this by temporary dropping dm_lock around
vnode locking.

For safe operation, add hold counters for both devfs_mount and devfs_dirent,
and DE_DOOMED flag for devfs_dirent. The facilities allow to continue after
dropping of the dm_lock, by making sure that referenced memory does not
disappear.

Reviewed by: tegge
Tested by: kris
Approved by: kan (mentor)
PR: kern/102335
H A Ddevfs_devs.cdiff 162398 Mon Sep 18 11:23:08 MDT 2006 kib Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and
vnode lock in devfs_allocv. Do this by temporary dropping dm_lock around
vnode locking.

For safe operation, add hold counters for both devfs_mount and devfs_dirent,
and DE_DOOMED flag for devfs_dirent. The facilities allow to continue after
dropping of the dm_lock, by making sure that referenced memory does not
disappear.

Reviewed by: tegge
Tested by: kris
Approved by: kan (mentor)
PR: kern/102335
H A Ddevfs_vfsops.cdiff 162398 Mon Sep 18 11:23:08 MDT 2006 kib Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and
vnode lock in devfs_allocv. Do this by temporary dropping dm_lock around
vnode locking.

For safe operation, add hold counters for both devfs_mount and devfs_dirent,
and DE_DOOMED flag for devfs_dirent. The facilities allow to continue after
dropping of the dm_lock, by making sure that referenced memory does not
disappear.

Reviewed by: tegge
Tested by: kris
Approved by: kan (mentor)
PR: kern/102335
H A Ddevfs_vnops.cdiff 162398 Mon Sep 18 11:23:08 MDT 2006 kib Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and
vnode lock in devfs_allocv. Do this by temporary dropping dm_lock around
vnode locking.

For safe operation, add hold counters for both devfs_mount and devfs_dirent,
and DE_DOOMED flag for devfs_dirent. The facilities allow to continue after
dropping of the dm_lock, by making sure that referenced memory does not
disappear.

Reviewed by: tegge
Tested by: kris
Approved by: kan (mentor)
PR: kern/102335
/freebsd-9.3-release/sys/dev/pcn/
H A Dif_pcn.cdiff 102335 Fri Aug 23 21:49:02 MDT 2002 alfred style:
put return values on a line by themselves.
fix some paste issues where whitespace was used instead of tabs.
/freebsd-9.3-release/sys/dev/sf/
H A Dif_sf.cdiff 102335 Fri Aug 23 21:49:02 MDT 2002 alfred style:
put return values on a line by themselves.
fix some paste issues where whitespace was used instead of tabs.
/freebsd-9.3-release/sys/dev/ste/
H A Dif_ste.cdiff 102335 Fri Aug 23 21:49:02 MDT 2002 alfred style:
put return values on a line by themselves.
fix some paste issues where whitespace was used instead of tabs.
/freebsd-9.3-release/sys/pci/
H A Dif_rl.cdiff 102335 Fri Aug 23 21:49:02 MDT 2002 alfred style:
put return values on a line by themselves.
fix some paste issues where whitespace was used instead of tabs.
/freebsd-9.3-release/sys/dev/dc/
H A Dif_dc.cdiff 102335 Fri Aug 23 21:49:02 MDT 2002 alfred style:
put return values on a line by themselves.
fix some paste issues where whitespace was used instead of tabs.

Completed in 343 milliseconds