Re: [PATCH v7 01/47] block: Add child access functions

2020-08-07 Thread Vladimir Sementsov-Ogievskiy
28.07.2020 19:09, Christophe de Dinechin wrote: On 2020-07-13 at 11:06 CEST, Vladimir Sementsov-Ogievskiy wrote... 25.06.2020 18:21, Max Reitz wrote: There are BDS children that the general block layer code can access, namely bs->file and bs->backing. Since the introduction of filters and ext

Re: [PATCH v7 01/47] block: Add child access functions

2020-07-28 Thread Christophe de Dinechin
On 2020-07-13 at 11:06 CEST, Vladimir Sementsov-Ogievskiy wrote... > 25.06.2020 18:21, Max Reitz wrote: >> There are BDS children that the general block layer code can access, >> namely bs->file and bs->backing. Since the introduction of filters and >> external data files, their meaning is not q

Re: [PATCH v7 01/47] block: Add child access functions

2020-07-16 Thread Max Reitz
On 13.07.20 11:06, Vladimir Sementsov-Ogievskiy wrote: > 25.06.2020 18:21, Max Reitz wrote: >> There are BDS children that the general block layer code can access, >> namely bs->file and bs->backing.  Since the introduction of filters and >> external data files, their meaning is not quite clear.  b

Re: [PATCH v7 01/47] block: Add child access functions

2020-07-13 Thread Vladimir Sementsov-Ogievskiy
25.06.2020 18:21, Max Reitz wrote: There are BDS children that the general block layer code can access, namely bs->file and bs->backing. Since the introduction of filters and external data files, their meaning is not quite clear. bs->backing can be a COW source, or it can be a filtered child; b

Re: [PATCH v7 01/47] block: Add child access functions

2020-07-13 Thread Vladimir Sementsov-Ogievskiy
25.06.2020 18:21, Max Reitz wrote: There are BDS children that the general block layer code can access, namely bs->file and bs->backing. Since the introduction of filters and external data files, their meaning is not quite clear. bs->backing can be a COW source, or it can be a filtered child; b

Re: [PATCH v7 01/47] block: Add child access functions

2020-07-08 Thread Andrey Shinkevich
On 25.06.2020 18:21, Max Reitz wrote: There are BDS children that the general block layer code can access, namely bs->file and bs->backing. Since the introduction of filters and external data files, their meaning is not quite clear. bs->backing can be a COW source, or it can be a filtered chi

[PATCH v7 01/47] block: Add child access functions

2020-06-25 Thread Max Reitz
There are BDS children that the general block layer code can access, namely bs->file and bs->backing. Since the introduction of filters and external data files, their meaning is not quite clear. bs->backing can be a COW source, or it can be a filtered child; bs->file can be a filtered child, it c