Home
last modified time | relevance | path

Searched hist:a862e4e2154289fc12aa9e70f33614d9c70f3be4 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-mpath.cdiff a862e4e2154289fc12aa9e70f33614d9c70f3be4 Tue May 26 15:06:56 CDT 2020 Mike Snitzer <snitzer@redhat.com> dm mpath: simplify __must_push_back

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: Mike Snitzer <snitzer@redhat.com>