From: Tejun Heo Date: Thu, 23 Apr 2009 02:05:17 +0000 (+0900) Subject: block: don't set REQ_NOMERGE unnecessarily X-Git-Tag: v2.6.31-rc1~389^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4025f6c21f1389696c069be2dc647f364925c45;p=pandora-kernel.git block: don't set REQ_NOMERGE unnecessarily RQ_NOMERGE_FLAGS already clears defines which REQ flags aren't mergeable. There is no reason to specify it superflously. It only adds to confusion. Don't set REQ_NOMERGE for barriers and requests with specific queueing directive. REQ_NOMERGE is now exclusively used by the merging code. [ Impact: cleanup ] Signed-off-by: Tejun Heo --- Reading git-diff-tree failed