From: FUJITA Tomonori Date: Sat, 13 Dec 2008 15:55:17 +0000 (+0900) Subject: [SCSI] osst: make all the buffer the same size X-Git-Tag: v2.6.30-rc1~641^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a42ce8fb2604c459e9ebb2a4f2d546b8250111;p=pandora-kernel.git [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 Cc: Willem Riede Signed-off-by: James Bottomley --- Reading git-diff-tree failed