mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -192,10 +192,13 @@ unload_scst() {
|
||||
# seconds.
|
||||
unload_kmod isert_scst 90 || echo "Unloading isert_scst failed"
|
||||
|
||||
reverse_list="scst_disk scst_raid scst_tape scst_user scst_changer \
|
||||
scst_cdrom scst_vdisk scst_modisk scst_processor \
|
||||
isert_scst iscsi_scst fcst ib_srpt qla2xxx_scst qla2x00tgt \
|
||||
scst_local scst"
|
||||
for m in scst_disk scst_raid scst_tape scst_user scst_changer \
|
||||
scst_cdrom scst_vdisk scst_modisk scst_processor \
|
||||
isert_scst iscsi_scst fcst ib_srpt qla2xxx_scst qla2x00tgt \
|
||||
scst_local scst; do
|
||||
unload_kmod "$m" 30
|
||||
done
|
||||
reverse_list=""
|
||||
for m in $SCST_MODULES; do
|
||||
reverse_list="$m $reverse_list"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user