]> git.baikalelectronics.ru Git - kernel.git/commit
block: call blk_scsi_ioctl_init()
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Thu, 9 Jul 2009 07:48:28 +0000 (09:48 +0200)
committerJens Axboe <axboe@carl.(none)>
Fri, 10 Jul 2009 18:31:53 +0000 (20:31 +0200)
commit34f4a18b1ea1380faaf9ebbc08a5482c80ce1a88
treefb4a6f2b7a42213ee76aba136f74f161fefd9618
parent39a84389ec2ffb66b4e6d742fe05e94046dcdd37
block: call blk_scsi_ioctl_init()

Currently, blk_scsi_ioctl_init() is not called since it lacks
an initcall marking. This causes the command table to be
unitialized, hence somce commands are block when they should
not have been.

This fixes a regression introduced by commit
67c19c581514bc0c69e29e23226c5d9bd5b7adec

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/scsi_ioctl.c