From: Mike Christie Date: Sat, 6 Sep 2008 13:39:16 +0000 (-0500) Subject: [SCSI] scsi_dh_alua: remove REQ_NOMERGE X-Git-Tag: v2.6.28-rc1~263^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f84bc1cf49aa5e0c4b945b434e5d4b74e0831d;p=pandora-kernel.git [SCSI] scsi_dh_alua: remove REQ_NOMERGE We do not need to set REQ_NOMERGE because when the module calls blk_execute_rq -> blk_execute_rq_nowait, blk_execute_rq_nowait sets it for us. This brings all the modules in sync for those bits. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed