Re: [PATCH v12 02/14] block: add insert/remove node functions

2020-10-23 Thread Vladimir Sementsov-Ogievskiy
23.10.2020 17:24, Vladimir Sementsov-Ogievskiy wrote: 22.10.2020 21:13, Andrey Shinkevich wrote: Provide API for a node insertion to and removal from a backing chain. Suggested-by: Max Reitz Signed-off-by: Andrey Shinkevich ---   block.c   | 49

Re: [PATCH v12 02/14] block: add insert/remove node functions

2020-10-23 Thread Vladimir Sementsov-Ogievskiy
22.10.2020 21:13, Andrey Shinkevich wrote: Provide API for a node insertion to and removal from a backing chain. Suggested-by: Max Reitz Signed-off-by: Andrey Shinkevich --- block.c | 49 + include/block/block.h | 3 +++ 2

[PATCH v12 02/14] block: add insert/remove node functions

2020-10-22 Thread Andrey Shinkevich via
Provide API for a node insertion to and removal from a backing chain. Suggested-by: Max Reitz Signed-off-by: Andrey Shinkevich --- block.c | 49 + include/block/block.h | 3 +++ 2 files changed, 52 insertions(+) diff --git