Re: [PATCH v7 39/47] blockdev: Fix active commit choice

2020-08-24 Thread Kevin Wolf
Am 24.08.2020 um 16:41 hat Max Reitz geschrieben: > On 24.08.20 16:07, Kevin Wolf wrote: > > Am 24.08.2020 um 15:18 hat Max Reitz geschrieben: > >> On 21.08.20 17:50, Kevin Wolf wrote: > >>> Am 25.06.2020 um 17:22 hat Max Reitz geschrieben: > We have to perform an active commit whenever the

Re: [PATCH v7 39/47] blockdev: Fix active commit choice

2020-08-24 Thread Max Reitz
On 24.08.20 16:07, Kevin Wolf wrote: > Am 24.08.2020 um 15:18 hat Max Reitz geschrieben: >> On 21.08.20 17:50, Kevin Wolf wrote: >>> Am 25.06.2020 um 17:22 hat Max Reitz geschrieben: We have to perform an active commit whenever the top node has a parent that has taken the WRITE

Re: [PATCH v7 39/47] blockdev: Fix active commit choice

2020-08-24 Thread Kevin Wolf
Am 24.08.2020 um 15:18 hat Max Reitz geschrieben: > On 21.08.20 17:50, Kevin Wolf wrote: > > Am 25.06.2020 um 17:22 hat Max Reitz geschrieben: > >> We have to perform an active commit whenever the top node has a parent > >> that has taken the WRITE permission on it. > >> > >> Signed-off-by: Max

Re: [PATCH v7 39/47] blockdev: Fix active commit choice

2020-08-24 Thread Max Reitz
On 21.08.20 17:50, Kevin Wolf wrote: > Am 25.06.2020 um 17:22 hat Max Reitz geschrieben: >> We have to perform an active commit whenever the top node has a parent >> that has taken the WRITE permission on it. >> >> Signed-off-by: Max Reitz >> Reviewed-by: Vladimir Sementsov-Ogievskiy >> --- >>

Re: [PATCH v7 39/47] blockdev: Fix active commit choice

2020-08-21 Thread Kevin Wolf
Am 25.06.2020 um 17:22 hat Max Reitz geschrieben: > We have to perform an active commit whenever the top node has a parent > that has taken the WRITE permission on it. > > Signed-off-by: Max Reitz > Reviewed-by: Vladimir Sementsov-Ogievskiy > --- > blockdev.c | 24 +--- > 1

[PATCH v7 39/47] blockdev: Fix active commit choice

2020-06-25 Thread Max Reitz
We have to perform an active commit whenever the top node has a parent that has taken the WRITE permission on it. Signed-off-by: Max Reitz Reviewed-by: Vladimir Sementsov-Ogievskiy --- blockdev.c | 24 +--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git