From: FUJITA Tomonori Date: Thu, 18 Dec 2008 05:49:39 +0000 (+0900) Subject: [SCSI] st: make all the fragment buffers the same size X-Git-Tag: v2.6.29-rc1~41^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c905966c4d8c03ea21d230b277b7ea1e492f3c9;p=pandora-kernel.git [SCSI] st: make all the fragment buffers the same size This patch simiplifies the fragment buffer management a bit, all the buffers in the fragment list 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 Acked-by: Kai Makisara Signed-off-by: James Bottomley --- Reading git-diff-tree failed