[PATCH 0/2] lxc: Couple of almost trivial fixes

Michal Privoznik posted 2 patches 1 year, 7 months ago
Failed in applying to current master (apply log)
src/lxc/lxc_controller.c |  2 +-
src/lxc/lxc_hostdev.c    |  4 ++--
src/lxc/lxc_native.c     | 14 +++++---------
3 files changed, 8 insertions(+), 12 deletions(-)
[PATCH 0/2] lxc: Couple of almost trivial fixes
Posted by Michal Privoznik 1 year, 7 months ago
*** BLURB HERE ***

Michal Prívozník (2):
  lxc: Make lxcCreateHostdevDef() less versatile
  lxc: Fix access to hostdev capabilities

 src/lxc/lxc_controller.c |  2 +-
 src/lxc/lxc_hostdev.c    |  4 ++--
 src/lxc/lxc_native.c     | 14 +++++---------
 3 files changed, 8 insertions(+), 12 deletions(-)

-- 
2.39.2

Re: [PATCH 0/2] lxc: Couple of almost trivial fixes
Posted by Ján Tomko 1 year, 7 months ago
On a Tuesday in 2023, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (2):
>  lxc: Make lxcCreateHostdevDef() less versatile
>  lxc: Fix access to hostdev capabilities
>
> src/lxc/lxc_controller.c |  2 +-
> src/lxc/lxc_hostdev.c    |  4 ++--
> src/lxc/lxc_native.c     | 14 +++++---------
> 3 files changed, 8 insertions(+), 12 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano