drivers, block: virtio_blk: Replace cryptic number with the macro
authorLiu Yuan <tailai.ly@taobao.com>
Sat, 23 Apr 2011 18:49:26 +0000 (02:49 +0800)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 May 2011 01:44:13 +0000 (11:14 +0930)
commit6917f83ffe5e6b6414ccc845263b792ed201c0f1
treee90ecfcad36fc10e679ae0b6d2a7e5e725b58d1e
parent7a7c924cf03da2a76ea4dc0aac1a788cf95a9c29
drivers, block: virtio_blk: Replace cryptic number with the macro

It is easier to figure out the context by reading SCSI_SENSE_BUFFERSIZE
instead of plain '96'.

Signed-off-by: Liu Yuan <tailai.ly@taobao.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/block/virtio_blk.c