]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Merge pull request #10996 from poettering/oci-prep
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 30 Nov 2018 09:09:00 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 09:09:00 +0000 (10:09 +0100)
Preparation for the nspawn-OCI work

1  2 
src/core/mount-setup.c
src/nspawn/nspawn-mount.c
src/partition/growfs.c
src/shared/dissect-image.c
src/test/meson.build
src/test/test-path-util.c
src/test/test-stat-util.c
src/tmpfiles/tmpfiles.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 2f0538a4bba0252afa2879fecfa1c12393b9da57,4201edac97bbe47bc09f26d7b8e901c1ba252884..3487ac785d2681e4bdd944b3ba9952c64e7e7535
@@@ -9,8 -9,9 +9,9 @@@
  #include "fileio.h"
  #include "macro.h"
  #include "missing.h"
 -#include "mount-util.h"
 +#include "mountpoint-util.h"
  #include "stat-util.h"
+ #include "path-util.h"
  
  static void test_files_same(void) {
          _cleanup_close_ int fd = -1;
Simple merge