]> sourceware.org Git - lvm2.git/commitdiff
Merge branch 'master' into 2018-05-11-fork-libdm
authorJoe Thornber <ejt@redhat.com>
Fri, 1 Jun 2018 12:04:12 +0000 (13:04 +0100)
committerJoe Thornber <ejt@redhat.com>
Fri, 1 Jun 2018 12:04:12 +0000 (13:04 +0100)
34 files changed:
1  2 
daemons/clvmd/lvm-functions.c
daemons/lvmlockd/lvmlockd-core.c
lib/cache/lvmcache.c
lib/cache/lvmcache.h
lib/cache/lvmetad.c
lib/device/bcache.c
lib/device/dev-cache.c
lib/device/dev-cache.h
lib/device/device.h
lib/filters/filter-md.c
lib/filters/filter-persistent.c
lib/format_text/archive.c
lib/label/label.c
lib/label/label.h
lib/locking/locking.c
lib/locking/lvmlockd.c
lib/metadata/cache_manip.c
lib/metadata/lv_manip.c
lib/metadata/metadata-exported.h
lib/metadata/metadata-liblvm.c
lib/metadata/metadata.c
lib/metadata/mirror.c
lib/metadata/raid_manip.c
lib/metadata/thin_manip.c
lib/report/properties.c
lib/report/report.c
make.tmpl.in
test/api/Makefile.in
test/api/vgtest.c
tools/lvchange.c
tools/lvconvert.c
tools/reporter.c
tools/toollib.c
tools/vgimportclone.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index d224436d24069e65c18a1c4db1bce47d9712576f,d9bacf8bb4562a2367961c01ad59d21413d3d15c..8fda0bdfdb4034e295d9432f4179a1c47e57e8f0
  
  #define _GNU_SOURCE
  
 -#include "bcache.h"
 +#include "lib/device/bcache.h"
+ #include "base/data-struct/radix-tree.h"
 -#include "lvm-logging.h"
 -#include "log.h"
 +#include "lib/log/lvm-logging.h"
 +#include "lib/log/log.h"
  
  #include <errno.h>
  #include <fcntl.h>
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index cef0427b9e841a069bc5ca1f557a9ed2377316ed,0c631b481efc910381fc6a962fe3e63b0a21e543..f53915b365c37ca7260515f8c51ec3054304b6d5
   * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   */
  
 -#include "lib.h"
 -#include "archiver.h"
 -#include "metadata.h"
 -#include "toolcontext.h"
 -#include "segtype.h"
 -#include "display.h"
 -#include "activate.h"
 -#include "lv_alloc.h"
 -#include "lvm-string.h"
 -#include "lvmlockd.h"
 +#include "lib/misc/lib.h"
 +#include "lib/format_text/archiver.h"
 +#include "lib/metadata/metadata.h"
 +#include "lib/commands/toolcontext.h"
 +#include "lib/metadata/segtype.h"
 +#include "lib/display/display.h"
 +#include "lib/activate/activate.h"
 +#include "lib/metadata/lv_alloc.h"
 +#include "lib/misc/lvm-string.h"
++#include "lib/locking/lvmlockd.h"
  
  typedef int (*fn_on_lv_t)(struct logical_volume *lv, void *data);
  static int _eliminate_extracted_lvs_optional_write_vg(struct volume_group *vg,
Simple merge
Simple merge
Simple merge
diff --cc make.tmpl.in
index c4d9d583ff575ada1f4843ad97b4f5bb14da8859,1f999ec69a1d9a749ebcb08ecc54488c987c7f67..10075d4a1624b522d0811e7cd7728c5e1ec6dae6
@@@ -310,8 -308,10 +310,9 @@@ LIB_VERSION_APP := $(shell $(AWK) -F '[
  
  INCLUDES += -I$(top_srcdir) -I$(srcdir) -I$(top_builddir)/include
  
 -INC_LNS = $(top_builddir)/include/.symlinks_created
  DEPS = $(top_builddir)/make.tmpl $(top_srcdir)/VERSION \
 -       $(top_builddir)/Makefile $(INC_LNS)
 +       $(top_builddir)/Makefile
  
  OBJECTS = $(SOURCES:%.c=%.o) $(CXXSOURCES:%.cpp=%.o)
  POTFILES = $(SOURCES:%.c=%.pot)
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc tools/toollib.c
Simple merge
Simple merge
This page took 0.103752 seconds and 5 git commands to generate.