blktrace: Add blktrace ioctls to SCSI generic devices
authorChristof Schmitt <christof.schmitt@de.ibm.com>
Fri, 11 Jan 2008 09:09:43 +0000 (10:09 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 28 Jan 2008 09:04:46 +0000 (10:04 +0100)
commit6da127ad0918f93ea93678dad62ce15ffed18797
treeb2bf9ad228f18c643342ad376136d2f6b4be4137
parent91525300baf162e83e923b09ca286f9205e21522
blktrace: Add blktrace ioctls to SCSI generic devices

Since the SCSI layer uses the request queues from the block layer, blktrace can
also be used to trace the requests to all SCSI devices (like SCSI tape drives),
not only disks. The only missing part is the ioctl interface to start and stop
tracing.

This patch adds the SETUP, START, STOP and TEARDOWN ioctls from blktrace to the
sg device files. With this change, blktrace can be used for SCSI devices like
for disks, e.g.: blktrace -d /dev/sg1 -o - | blkparse -i -

Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blktrace.c
block/compat_ioctl.c
drivers/scsi/sg.c
include/linux/blktrace_api.h