Re: [PATCH v2 09/20] parallels: Make mark_used() and mark_unused() global functions

2023-10-24 Thread Alexander Ivanov
On 10/21/23 15:29, Mike Maslenkin wrote: On Thu, Oct 19, 2023 at 5:23 PM Alexander Ivanov wrote: We will need these functions in parallels-ext.c too. Let them be global functions parallels_mark_used() and parallels_mark_unused(). Signed-off-by: Alexander Ivanov --- block/parallels.c |

Re: [PATCH v2 09/20] parallels: Make mark_used() and mark_unused() global functions

2023-10-21 Thread Mike Maslenkin
On Thu, Oct 19, 2023 at 5:23 PM Alexander Ivanov wrote: > > We will need these functions in parallels-ext.c too. Let them be global > functions parallels_mark_used() and parallels_mark_unused(). > > Signed-off-by: Alexander Ivanov > --- > block/parallels.c | 22 -- >

[PATCH v2 09/20] parallels: Make mark_used() and mark_unused() global functions

2023-10-19 Thread Alexander Ivanov
We will need these functions in parallels-ext.c too. Let them be global functions parallels_mark_used() and parallels_mark_unused(). Signed-off-by: Alexander Ivanov --- block/parallels.c | 22 -- block/parallels.h | 5 + 2 files changed, 17 insertions(+), 10