summaryrefslogtreecommitdiffstats
path: root/fs/mbcache.c
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2005-05-01 21:47:15 +0200
committerJames Bottomley <jejb@mulgrave.(none)>2005-05-01 21:47:15 +0200
commit69b528936b702d4c13ffa0d14215a029dc754e50 (patch)
treec7464605858b1a4bdab5dba2af6bf730961f2b02 /fs/mbcache.c
parent[SCSI] aacraid: Fix adapter open error (diff)
downloadlinux-69b528936b702d4c13ffa0d14215a029dc754e50.tar.xz
linux-69b528936b702d4c13ffa0d14215a029dc754e50.zip
[SCSI] call correct scsi_done function in scsi_dispatch_cmd
scsi_dispatch_cmd currently calls scsi_done when the device is in the SDEV_DEL state, but at this point the command has not had a timer added to it (this is done a couple lines down) so scsi_done just returns and the command is lost. The attached patch made against 2.6.12-rc3 calls __scsi_done in this case so the comamnd will be returned upwards. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'fs/mbcache.c')
0 files changed, 0 insertions, 0 deletions