Re: block/bsg.c

2007-07-18 Thread Bartlomiej Zolnierkiewicz
On Wednesday 18 July 2007, FUJITA Tomonori wrote: They were fixed. Please check the latest code: git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git bsg We wait for Linus to pull from it. It has been merged. Thanks for fixing the mentioned issues. Thanks, Bart - To

Re: block/bsg.c

2007-07-18 Thread Bartlomiej Zolnierkiewicz
Hi, On Wednesday 18 July 2007, James Bottomley wrote: On Wed, 2007-07-18 at 02:43 +0200, Bartlomiej Zolnierkiewicz wrote: [ James, please remeber to cc: linux-ide on IDE patches, thanks. ] Blame Andrew ... I assumed he'd be reporting the problem to the relevant lists, so I just did a

Re: block/bsg.c

2007-07-18 Thread James Bottomley
On Wed, 2007-07-18 at 22:32 +0200, Bartlomiej Zolnierkiewicz wrote: Hi, On Wednesday 18 July 2007, James Bottomley wrote: On Wed, 2007-07-18 at 02:43 +0200, Bartlomiej Zolnierkiewicz wrote: [ James, please remeber to cc: linux-ide on IDE patches, thanks. ] Blame Andrew ... I assumed

Re: block/bsg.c

2007-07-18 Thread FUJITA Tomonori
From: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Subject: Re: block/bsg.c Date: Wed, 18 Jul 2007 22:39:38 +0200 On Wednesday 18 July 2007, FUJITA Tomonori wrote: They were fixed. Please check the latest code: git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git bsg

Re: block/bsg.c

2007-07-17 Thread Bartlomiej Zolnierkiewicz
) v4 support for any block device. block/bsg.c: ... /* * TODO * - Should this get merged, block/scsi_ioctl.c will be migrated into *this file. To keep maintenance down, it's easier to have them *seperated right now. * */ This TODO should be fixed/removed

Re: block/bsg.c

2007-07-17 Thread Andrew Morton
On Tue, 17 Jul 2007 22:52:25 +0200 Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: ide-{disk,scsi,tape} don't support REQ_TYPE_BLOCK_PC requests et all (so attempts to use SG_IO, CDROM_SEND_PACKET and SCSI_IOCTL_SEND_COMMAND will result in requests being failed and error messages in the

Re: block/bsg.c

2007-07-17 Thread FUJITA Tomonori
From: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Subject: Re: block/bsg.c Date: Tue, 17 Jul 2007 22:52:25 +0200 /* * TODO * - Should this get merged, block/scsi_ioctl.c will be migrated into *this file. To keep maintenance down, it's easier to have them *seperated

Re: block/bsg.c

2007-07-17 Thread Bartlomiej Zolnierkiewicz
On Tuesday 17 July 2007, Andrew Morton wrote: On Tue, 17 Jul 2007 22:52:25 +0200 Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] wrote: ide-{disk,scsi,tape} don't support REQ_TYPE_BLOCK_PC requests et all (so attempts to use SG_IO, CDROM_SEND_PACKET and SCSI_IOCTL_SEND_COMMAND will result in