From: FUJITA Tomonori Date: Tue, 2 Sep 2008 13:50:02 +0000 (+0900) Subject: sg: remove SG_ALLOW_DIO_CODE define X-Git-Tag: v2.6.28-rc1~733^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e56cb0f7e7a132803ffefa0a5a15fb2079afaf1;p=pandora-kernel.git sg: remove SG_ALLOW_DIO_CODE define sg had lots of the own functions for the direct IO but now sg uses the block layer functions for it. There are only five lines for the direct IO. SG_ALLOW_DIO_CODE define was used to compile out the direct IO code but we don't need the define. If someone wants to remove the direct IO code, he can do easily without the define. Signed-off-by: FUJITA Tomonori Signed-off-by: Jens Axboe --- Reading git-diff-tree failed