Revision d4054239929479907f20b9d68c905589125ad343 authored by Christoph Hellwig on 04 January 2006, 12:45:20 UTC, committed by James Bottomley on 14 January 2006, 16:54:44 UTC
We need to iterate over all children when removing and expander, else
stale objects will be around after host removal.  This fixes the oops
Eric Moore saw when removing and reloading mptsas.

Also don't try the scsi_remove_target call unless operating on an end
device.  The current unconditional call is harmless but confusing.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 745caf7
History
File Mode Size
Kconfig -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 795 bytes
bootmem.c -rw-r--r-- 11.4 KB
fadvise.c -rw-r--r-- 2.5 KB
filemap.c -rw-r--r-- 57.6 KB
filemap.h -rw-r--r-- 2.2 KB
filemap_xip.c -rw-r--r-- 10.3 KB
fremap.c -rw-r--r-- 5.8 KB
highmem.c -rw-r--r-- 13.7 KB
hugetlb.c -rw-r--r-- 13.3 KB
internal.h -rw-r--r-- 900 bytes
madvise.c -rw-r--r-- 8.2 KB
memory.c -rw-r--r-- 64.8 KB
memory_hotplug.c -rw-r--r-- 3.3 KB
mempolicy.c -rw-r--r-- 40.0 KB
mempool.c -rw-r--r-- 7.9 KB
mincore.c -rw-r--r-- 4.4 KB
mlock.c -rw-r--r-- 5.3 KB
mmap.c -rw-r--r-- 53.4 KB
mprotect.c -rw-r--r-- 6.5 KB
mremap.c -rw-r--r-- 10.6 KB
msync.c -rw-r--r-- 5.0 KB
nommu.c -rw-r--r-- 27.6 KB
oom_kill.c -rw-r--r-- 7.6 KB
page-writeback.c -rw-r--r-- 22.7 KB
page_alloc.c -rw-r--r-- 66.4 KB
page_io.c -rw-r--r-- 3.6 KB
pdflush.c -rw-r--r-- 6.2 KB
prio_tree.c -rw-r--r-- 6.3 KB
readahead.c -rw-r--r-- 16.5 KB
rmap.c -rw-r--r-- 22.4 KB
shmem.c -rw-r--r-- 56.4 KB
slab.c -rw-r--r-- 94.9 KB
slob.c -rw-r--r-- 8.7 KB
sparse.c -rw-r--r-- 6.6 KB
swap.c -rw-r--r-- 11.7 KB
swap_state.c -rw-r--r-- 9.2 KB
swapfile.c -rw-r--r-- 42.3 KB
thrash.c -rw-r--r-- 2.7 KB
tiny-shmem.c -rw-r--r-- 3.2 KB
truncate.c -rw-r--r-- 9.4 KB
util.c -rw-r--r-- 771 bytes
vmalloc.c -rw-r--r-- 14.3 KB
vmscan.c -rw-r--r-- 40.8 KB

back to top