• Mike Snitzer's avatar
    dm mpath: simplify __must_push_back · a862e4e2
    Mike Snitzer authored
    Remove micro-optimization that infers device is between presuspend and
    resume (was done purely to avoid call to dm_noflush_suspending, which
    isn't expensive anyway).
    
    Remove flags argument since they are no longer checked.
    
    And remove must_push_back_bio() since it was simply a call to
    __must_push_back().
    Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
    a862e4e2
dm-mpath.c 51.4 KB