diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2005-12-15 20:01:43 -0800 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-12-17 10:48:08 -0600 |
commit | 863a930a40eb7f2d18534c2c166b22582f5c6cfd (patch) | |
tree | d2f74a0351a09e184e124fd6ecf16e02ab768a0b /arch/powerpc | |
parent | 42e33148df38c60b99d984b76b302c64397ebe4c (diff) |
[SCSI] fix scsi_reap_target() device_del from atomic context
scsi_reap_target() was desgined to be called from any context.
However it must do a device_del() of the target device, which may only
be called from user context. Thus we have to reimplement
scsi_reap_target() via a workqueue.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions