Re: [PATCH 3/4] configfs: implement committable items

2021-01-14 Thread Bartosz Golaszewski
On Thu, Jan 14, 2021 at 9:40 AM Bartosz Golaszewski wrote: > > On Thu, Jan 14, 2021 at 12:46 AM Joel Becker wrote: > > > > On Wed, Nov 25, 2020 at 04:22:46PM +0100, Bartosz Golaszewski wrote: > > > From: Bartosz Golaszewski > > > > > > This implements configfs committable items. We mostly

Re: [PATCH 3/4] configfs: implement committable items

2021-01-14 Thread Bartosz Golaszewski
On Thu, Jan 14, 2021 at 12:46 AM Joel Becker wrote: > > On Wed, Nov 25, 2020 at 04:22:46PM +0100, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > This implements configfs committable items. We mostly follow the > > documentation except that we extend config_group_ops with

Re: [PATCH 3/4] configfs: implement committable items

2021-01-13 Thread Joel Becker
On Wed, Nov 25, 2020 at 04:22:46PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This implements configfs committable items. We mostly follow the > documentation except that we extend config_group_ops with uncommit_item() > callback for reverting the changes made by

Re: [PATCH 3/4] configfs: implement committable items

2020-11-25 Thread kernel test robot
Hi Bartosz, I love your patch! Perhaps something to improve: [auto build test WARNING on hch-configfs/for-next] [also build test WARNING on linux/master linus/master v5.10-rc5 next-20201125] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

[PATCH 3/4] configfs: implement committable items

2020-11-25 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This implements configfs committable items. We mostly follow the documentation except that we extend config_group_ops with uncommit_item() callback for reverting the changes made by commit_item(). Each committable group has two sub-directories: pending and live. New