Re: [PATCH v8 1/5] blockdev: refactor transaction to use Transaction API

2023-05-10 Thread Kevin Wolf
Am 21.04.2023 um 13:53 hat Vladimir Sementsov-Ogievskiy geschrieben: > We are going to add more block-graph modifying transaction actions, > and block-graph modifying functions are already based on Transaction > API. > > Next, we'll need to separately update permissions after several > graph-modif

[PATCH v8 1/5] blockdev: refactor transaction to use Transaction API

2023-04-21 Thread Vladimir Sementsov-Ogievskiy
We are going to add more block-graph modifying transaction actions, and block-graph modifying functions are already based on Transaction API. Next, we'll need to separately update permissions after several graph-modifying actions, and this would be simple with help of Transaction API. So, now let