Skip to content
Commit e4025f6c authored by Tejun Heo's avatar Tejun Heo Committed by Jens Axboe
Browse files

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: default avatarTejun Heo <tj@kernel.org>
parent a7f55792
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment