[SCSI] osst: make all the buffer the same size
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sat, 13 Dec 2008 15:55:17 +0000 (00:55 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:58:10 +0000 (12:58 -0500)
commit78a42ce8fb2604c459e9ebb2a4f2d546b8250111
tree45140532e04725fe45bb83b10088a0a42ba7858f
parent68274794c69991121eaf0a4a35b78aa7f088ec2c
[SCSI] osst: make all the buffer the same size

This simiplifies the buffer management; all the buffers in osst_buffer
become the same size. This is necessary to use the block layer API (sg
driver was modified in the same way) since the block layer API takes
the same size page frames instead of scatter gatter.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Willem Riede <osst@riede.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/osst.c