X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=block%2Fscsi_ioctl.c;h=78199c08ec92fc7c23549ef41c7d5b0862cfb938;hb=688b744d8bc84dc5cc646e97509113dc5e8818ed;hp=ffa3720e6ca05de7830a466664327deed289aa12;hpb=44473d991332053eb3fea1e08f8a6ee2c6fb409c;p=linux-2.6 diff --git a/block/scsi_ioctl.c b/block/scsi_ioctl.c index ffa3720e6c..78199c08ec 100644 --- a/block/scsi_ioctl.c +++ b/block/scsi_ioctl.c @@ -33,13 +33,12 @@ #include /* Command group 3 is reserved and should never be used. */ -const unsigned char scsi_command_size[8] = +const unsigned char scsi_command_size_tbl[8] = { 6, 10, 10, 12, 16, 12, 10, 10 }; - -EXPORT_SYMBOL(scsi_command_size); +EXPORT_SYMBOL(scsi_command_size_tbl); #include