[libvirt PATCH 0/3] Remove obsolete conditionals

Daniel P. Berrangé posted 3 patches 3 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200617155153.1637033-1-berrange@redhat.com
src/lxc/lxc_container.c  | 151 ---------------------------------------
src/lxc/lxc_controller.c |   8 ---
2 files changed, 159 deletions(-)
[libvirt PATCH 0/3] Remove obsolete conditionals
Posted by Daniel P. Berrangé 3 years, 10 months ago
Given our platform support matrix we can cull many conditionally
defined constants and rely on system headers

Daniel P. Berrangé (3):
  lxc: drop compat code for mount constants
  lxc: drop compat code for clone constants
  lxc: drop compat code for capability constants

 src/lxc/lxc_container.c  | 151 ---------------------------------------
 src/lxc/lxc_controller.c |   8 ---
 2 files changed, 159 deletions(-)

-- 
2.24.1

Re: [libvirt PATCH 0/3] Remove obsolete conditionals
Posted by Pavel Hrdina 3 years, 10 months ago
On Wed, Jun 17, 2020 at 04:51:50PM +0100, Daniel P. Berrangé wrote:
> Given our platform support matrix we can cull many conditionally
> defined constants and rely on system headers
> 
> Daniel P. Berrangé (3):
>   lxc: drop compat code for mount constants
>   lxc: drop compat code for clone constants
>   lxc: drop compat code for capability constants

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>

If everything compiles correctly :)