FUJITA Tomonori
bb23b431db
remove blk_register_filter and blk_unregister_filter in gendisk
...
This patch remove blk_register_filter and blk_unregister_filter in
gendisk, and adds them to sd.c, sr.c. and ide-cd.c
The commit abf5439370491dd6fbb4fe1a7939680d2a9bc9d4 moved cmdfilter
from gendisk to request_queue. It turned out that in some subsystems
multiple gendisks share a single request_queue. So we get:
Using physmap partition information
Creating 3 MTD partitions on "physmap-flash":
0x00000000-0x01c00000 : "User FS"
0x01c00000-0x01c40000 : "booter"
kobject (8511c410): tried to init an initialized object, something is seriously wrong.
Call Trace:
[<8036644c>] dump_stack+0x8/0x34
[<8021f050>] kobject_init+0x50/0xcc
[<8021fa18>] kobject_init_and_add+0x24/0x58
[<8021d20c>] blk_register_filter+0x4c/0x64
[<8021c194>] add_disk+0x78/0xe0
[<8027d14c>] add_mtd_blktrans_dev+0x254/0x278
[<8027c8f0>] blktrans_notify_add+0x40/0x78
[<80279c00>] add_mtd_device+0xd0/0x150
[<8027b090>] add_mtd_partitions+0x568/0x5d8
[<80285458>] physmap_flash_probe+0x2ac/0x334
[<802644f8>] driver_probe_device+0x12c/0x244
[<8026465c>] __driver_attach+0x4c/0x84
[<80263c64>] bus_for_each_dev+0x58/0xac
[<802633ec>] bus_add_driver+0xc4/0x24c
[<802648e0>] driver_register+0xcc/0x184
[<80100460>] _stext+0x60/0x1bc
In the long term, we need to fix such subsystems but we need a quick
fix now. This patch add the command filter support to only sd and sr
though it might be useful for other SG_IO users (such as cciss).
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Reported-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2008-08-29 11:47:07 +02:00
..
2008-07-15 18:58:04 -07:00
2008-04-28 17:31:13 -07:00
2006-06-30 19:25:36 +02:00
2008-07-27 10:31:49 -04:00
2008-04-19 19:10:33 -07:00
2008-08-07 09:55:48 +01:00
2008-08-20 08:42:53 -07:00
2008-08-23 12:14:12 -07:00
2008-08-16 10:49:32 -05:00
2008-07-27 10:31:49 -04:00
2008-08-23 12:14:12 -07:00
2008-08-16 10:32:24 -05:00
2008-08-23 12:14:12 -07:00
2008-08-23 12:14:12 -07:00
2008-07-26 15:14:49 -04:00
2008-07-26 15:14:56 -04:00
2008-01-11 18:22:30 -06:00
2008-07-26 15:15:00 -04:00
2008-07-26 15:15:00 -04:00
2008-06-20 14:05:53 -06:00
2007-01-06 09:18:00 -06:00
2008-05-02 10:18:22 -05:00
2007-06-17 16:15:56 -05:00
2008-07-15 14:30:56 -07:00
2007-06-17 16:09:29 -05:00
2008-04-07 12:19:07 -05:00
2006-09-12 17:12:31 -05:00
2008-04-07 12:19:01 -05:00
2006-09-12 17:12:31 -05:00
2007-10-12 14:41:00 -04:00
2008-07-27 10:31:49 -04:00
2008-07-27 10:31:49 -04:00
2007-08-04 09:11:06 -05:00
2008-04-27 12:19:55 -05:00
2005-11-09 15:44:09 -05:00
2008-01-30 13:14:02 -06:00
2008-02-06 10:41:01 -08:00
2006-10-05 15:10:12 +01:00
2008-01-11 18:28:57 -06:00
2007-11-25 12:19:26 +02:00
2007-05-04 17:59:05 -07:00
2008-05-23 08:11:07 -07:00
2008-04-07 12:15:44 -05:00
2008-04-07 12:15:44 -05:00
2007-10-12 14:41:00 -04:00
2008-07-26 15:17:47 -04:00
2008-05-02 11:33:25 -05:00
2008-04-07 12:15:40 -05:00
2006-09-26 11:35:32 -07:00
2008-07-21 21:54:44 -07:00
2008-05-08 10:46:56 -07:00
2007-11-25 12:19:26 +02:00
2005-11-09 15:44:09 -05:00
2007-03-20 11:27:03 -05:00
2008-04-07 12:15:40 -05:00
2008-04-25 09:52:30 -05:00
2008-07-15 18:58:04 -07:00
2008-06-25 12:36:13 -05:00
2008-01-11 18:22:35 -06:00
2008-04-28 17:31:13 -07:00
2008-04-27 12:19:55 -05:00
2007-11-25 12:19:26 +02:00
2006-06-30 19:25:36 +02:00
2008-02-18 09:02:25 -06:00
2007-10-12 14:55:46 -04:00
2008-06-20 14:05:49 -06:00
2008-04-07 12:15:36 -05:00
2008-04-07 12:19:07 -05:00
2006-09-12 17:12:31 -05:00
2008-07-21 21:54:52 -07:00
2008-08-05 18:16:58 +02:00
2008-01-11 18:28:06 -06:00
2008-01-30 13:14:02 -06:00
2008-08-05 18:16:59 +02:00
2008-07-27 10:31:49 -04:00
2006-10-04 03:38:54 -04:00
2008-01-11 18:22:36 -06:00
2005-11-09 15:44:09 -05:00
2008-05-02 10:18:22 -05:00
2007-05-22 11:08:56 -05:00
2008-07-11 13:45:48 -05:00
2008-07-27 10:31:49 -04:00
2008-08-23 12:14:12 -07:00
2008-08-23 12:14:12 -07:00
2008-07-12 08:22:29 -05:00
2008-07-12 08:22:20 -05:00
2008-04-27 12:33:04 -05:00
2008-07-26 15:14:56 -04:00
2007-07-19 10:04:50 -07:00
2008-07-12 08:22:29 -05:00
2008-07-27 10:31:49 -04:00
2008-01-30 13:14:02 -06:00
2008-05-21 16:56:00 -07:00
2008-04-07 12:15:40 -05:00
2008-07-26 15:14:56 -04:00
2008-06-20 14:05:53 -06:00
2007-05-08 11:15:08 -05:00
2008-06-05 09:23:44 -05:00
2007-10-12 14:41:00 -04:00
2008-04-07 12:19:07 -05:00
2006-09-12 17:12:31 -05:00
2008-05-01 08:04:03 -07:00
2008-05-01 08:04:02 -07:00
2007-10-12 14:51:18 -04:00
2008-01-30 13:14:02 -06:00
2008-01-23 13:44:31 -06:00
2007-10-12 14:55:07 -04:00
2007-10-12 14:41:00 -04:00
2007-07-19 10:04:50 -07:00
2008-07-27 10:31:49 -04:00
2008-08-23 12:14:12 -07:00
2008-08-23 12:14:12 -07:00
2008-07-14 15:29:34 -06:00
2007-10-12 14:50:55 -04:00
2007-11-25 12:19:26 +02:00
2005-11-09 15:44:09 -05:00
2008-07-27 10:31:49 -04:00
2006-10-04 03:38:54 -04:00
2008-04-07 12:19:02 -05:00
2008-07-27 10:31:49 -04:00
2007-10-23 12:35:35 -04:00
2007-10-22 21:19:53 +02:00
2006-10-25 15:11:55 -07:00
2008-01-30 13:14:02 -06:00
2006-10-17 19:28:51 -07:00
2008-02-23 09:07:32 -06:00
2007-10-12 14:52:38 -04:00
2008-04-19 19:10:33 -07:00
2008-07-27 10:31:49 -04:00
2008-07-27 10:31:49 -04:00
2008-07-27 10:31:49 -04:00
2008-01-11 18:22:50 -06:00
2007-07-14 19:28:10 -05:00
2008-07-27 10:31:49 -04:00
2006-06-30 19:25:36 +02:00
2008-07-27 10:31:49 -04:00
2008-07-26 15:14:55 -04:00
2008-07-27 10:31:49 -04:00
2008-04-19 19:10:33 -07:00
2008-07-27 10:31:49 -04:00
2007-07-18 11:16:32 -05:00
2008-07-26 15:14:54 -04:00
2008-07-02 15:06:25 -06:00
2008-05-02 10:18:22 -05:00
2008-07-27 10:31:49 -04:00
2006-05-20 00:39:08 -04:00
2007-10-12 14:46:58 -04:00
2008-07-27 10:31:49 -04:00
2008-07-21 21:54:52 -07:00
2008-07-27 10:31:49 -04:00
2008-07-30 10:22:39 -05:00
2007-10-12 14:38:09 -04:00
2008-04-19 19:10:33 -07:00
2006-06-10 16:24:40 -05:00
2006-10-11 13:44:25 -05:00
2008-07-26 15:14:55 -04:00
2006-08-19 13:39:11 -07:00
2008-01-11 18:22:40 -06:00
2008-07-26 15:14:56 -04:00
2008-08-29 11:47:07 +02:00
2008-08-05 21:42:21 -07:00
2008-07-30 10:21:56 -05:00
2008-08-27 09:50:19 +02:00
2008-04-27 12:33:04 -05:00
2007-07-22 11:36:49 -07:00
2008-04-27 12:33:04 -05:00
2008-02-07 18:02:44 -06:00
2006-12-13 09:05:58 -08:00
2008-08-29 11:47:07 +02:00
2008-02-07 18:02:44 -06:00
2008-04-07 12:15:39 -05:00
2008-07-26 15:14:47 -04:00
2008-04-07 12:15:39 -05:00
2008-07-26 15:14:49 -04:00
2008-01-11 18:28:57 -06:00
2008-04-16 09:28:11 -05:00
2007-11-25 12:19:26 +02:00
2006-12-09 09:41:18 -08:00
2008-04-27 12:33:04 -05:00
2008-07-24 10:47:21 -07:00
2008-02-12 15:24:58 -06:00
2005-11-09 15:44:09 -05:00
2007-11-25 12:19:26 +02:00
2006-11-15 16:43:50 -06:00
2008-07-27 10:31:49 -04:00
2007-07-14 18:56:33 -05:00
2008-05-02 13:18:06 -05:00
2008-04-28 17:31:13 -07:00
2006-09-07 12:39:34 -05:00
2008-04-07 12:19:01 -05:00
2007-10-19 23:22:55 +02:00
2008-07-27 10:31:49 -04:00
2008-07-27 10:31:49 -04:00
2007-11-29 09:24:52 -08:00