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
..
2006-09-26 15:38:51 -07:00
2006-09-27 08:26:10 -07:00
2006-09-25 21:56:33 -04:00
2006-09-24 20:09:33 -07:00
2006-09-26 11:49:46 -07:00
2006-09-23 15:33:43 -05:00
2006-07-24 12:44:34 -07:00
2006-08-27 11:01:33 -07:00
2006-09-26 10:52:28 +02:00
2006-07-31 13:28:36 -07:00
2006-09-22 19:15:23 -04:00
2006-09-21 11:46:22 +10:00
2006-07-21 14:50:13 -07:00
2006-08-06 08:57:46 -07:00
2006-06-30 19:25:36 +02:00
2006-07-14 09:41:13 -05:00
2006-06-30 19:25:36 +02:00
2006-09-26 15:38:52 -07:00
2006-09-26 15:38:52 -07:00
2006-09-26 11:49:46 -07:00
2006-09-26 15:38:51 -07:00
2006-09-27 08:26:10 -07:00
2006-08-23 00:48:03 -04:00
2006-08-07 06:38:41 -04:00
2006-07-14 21:53:54 -07:00
2006-09-22 17:48:57 -07:00
2006-09-21 11:46:27 +10:00
2006-09-26 15:38:51 -07:00
2006-08-27 22:30:11 -05:00
2006-07-11 22:54:15 +01:00
2006-07-02 13:58:50 -07:00
2006-09-26 08:48:54 -07:00
2006-09-23 16:20:48 +01:00
2006-09-25 16:39:56 -07:00
2006-06-30 19:25:36 +02:00
2006-07-02 13:58:52 -07:00
2006-07-02 13:58:50 -07:00
2006-09-26 17:43:54 -07:00
2006-07-31 13:28:41 -07:00
2006-08-06 08:57:49 -07:00
2006-06-30 19:25:36 +02:00
2006-08-27 11:01:28 -07:00
2006-09-23 18:01:46 -05:00
2006-09-18 01:47:13 -07:00
2006-09-25 21:08:37 -07:00
2006-09-26 08:49:03 -07:00
2006-07-02 13:58:50 -07:00
2006-07-03 15:27:09 -07:00
2006-07-02 13:58:50 -07:00
2006-06-29 14:19:21 -07:00
2006-09-27 08:26:10 -07:00
2006-09-26 15:38:51 -07:00
2006-07-12 15:38:28 -07:00
2006-06-30 19:25:36 +02:00
2006-08-10 07:31:37 -04:00
2006-08-10 07:31:37 -04:00