Re: [PATCH for-5.0 v2 1/3] block-backend: Reorder flush/pdiscard function definitions

2020-04-07 Thread Max Reitz
On 06.04.20 19:14, Kevin Wolf wrote: > Move all variants of the flush/pdiscard functions to a single place and > put the blk_co_*() version first because it is called by all other > variants (and will become static in the next patch). > > Signed-off-by: Kevin Wolf > --- > block/block-backend.c |

Re: [PATCH for-5.0 v2 1/3] block-backend: Reorder flush/pdiscard function definitions

2020-04-06 Thread Vladimir Sementsov-Ogievskiy
06.04.2020 20:14, Kevin Wolf wrote: Move all variants of the flush/pdiscard functions to a single place and put the blk_co_*() version first because it is called by all other variants (and will become static in the next patch). Signed-off-by: Kevin Wolf Reviewed-by: Vladimir Sementsov-Ogievski

[PATCH for-5.0 v2 1/3] block-backend: Reorder flush/pdiscard function definitions

2020-04-06 Thread Kevin Wolf
Move all variants of the flush/pdiscard functions to a single place and put the blk_co_*() version first because it is called by all other variants (and will become static in the next patch). Signed-off-by: Kevin Wolf --- block/block-backend.c | 92 +-- 1