• T
    block: don't set REQ_NOMERGE unnecessarily · e4025f6c
    Tejun Heo 提交于
    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: NTejun Heo <tj@kernel.org>
    e4025f6c
blk-exec.c 2.6 KB