Re: [PATCH] Use device_for_each_child() to unregister devices in scsi_remove_target().

2005-07-11 Thread Patrick Mansfield
On Mon, Jul 11, 2005 at 05:20:12PM -0700, Greg KH wrote: > On Tue, Jul 05, 2005 at 05:38:50PM -0700, Patrick Mansfield wrote: > > Hi Greg / Patrick - > > > > I'm getting an oops with current (pulled today) 2.6 git, the > > device_for_each_child() does not seem to be deletion safe. > > > > We hold

Re: [PATCH] Use device_for_each_child() to unregister devices in scsi_remove_target().

2005-07-11 Thread Greg KH
On Tue, Jul 05, 2005 at 05:38:50PM -0700, Patrick Mansfield wrote: > Hi Greg / Patrick - > > I'm getting an oops with current (pulled today) 2.6 git, the > device_for_each_child() does not seem to be deletion safe. > > We hold the klist in place via the n_ref, but the kobj (in the struct > device

Re: [PATCH] Use device_for_each_child() to unregister devices in scsi_remove_target().

2005-07-05 Thread Patrick Mansfield
0 4b60 e89e8080 e87e80c8 4bec 3801 9003 4e800020 <8123> 2fa9 7c26 5400fffe -- Patrick Mansfield On Mon, Jun 20, 2005 at 03:59:26PM -0700, Greg KH wrote: > [PATCH] Use device_for_each_child() to unregister devices in > scsi_remove_target(). > &g