commit | a862e4e2154289fc12aa9e70f33614d9c70f3be4 | [log] [tgz] |
---|---|---|
author | Mike Snitzer <snitzer@redhat.com> | Tue May 26 16:06:56 2020 -0400 |
committer | Mike Snitzer <snitzer@redhat.com> | Fri Jun 05 14:59:55 2020 -0400 |
tree | 3a93174a5b16cc5e5d5791987106a163da67771a | |
parent | 27d49ac1dd751897506ba51df7226fc0ce7ef681 [diff] |
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>