original_kernel/drivers
Alexey Dobriyan 1a1d92c10d [PATCH] Really ignore kmem_cache_destroy return value
* Rougly half of callers already do it by not checking return value
* Code in drivers/acpi/osl.c does the following to be sure:

	(void)kmem_cache_destroy(cache);

* Those who check it printk something, however, slab_error already printed
  the name of failed cache.
* XFS BUGs on failed kmem_cache_destroy which is not the decision
  low-level filesystem driver should make. Converted to ignore.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-27 08:26:10 -07:00
..
acorn i2c-algo-bit: Discard the mdelay data struct member 2006-09-26 15:38:51 -07:00
acpi [PATCH] Really ignore kmem_cache_destroy return value 2006-09-27 08:26:10 -07:00
amba
ata
atm
base
block
bluetooth
cdrom
char
clocksource
connector
cpufreq
crypto
dio
dma
edac
eisa
fc4
firmware
hwmon i2c-isa: Restore driver owner 2006-09-26 15:38:52 -07:00
i2c i2c: Constify i2c_algorithm declarations, part 2 2006-09-26 15:38:52 -07:00
ide
ieee1394 i2c-algo-bit: Discard the mdelay data struct member 2006-09-26 15:38:51 -07:00
infiniband [PATCH] Really ignore kmem_cache_destroy return value 2006-09-27 08:26:10 -07:00
input
isdn
leds
macintosh
mca
md
media i2c-algo-bit: Discard the mdelay data struct member 2006-09-26 15:38:51 -07:00
message
mfd
misc
mmc
mtd
net
nubus
oprofile
parisc
parport
pci pciehp - fix wrong return value 2006-09-26 17:43:54 -07:00
pcmcia
pnp
rapidio
rtc
s390
sbus
scsi
serial
sh
sn
spi
tc
telephony
usb [PATCH] Really ignore kmem_cache_destroy return value 2006-09-27 08:26:10 -07:00
video i2c-algo-bit: Discard the mdelay data struct member 2006-09-26 15:38:51 -07:00
w1
zorro
Kconfig
Makefile