]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/storage/overlay.c
storage: constify where possible
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 28 Nov 2017 12:39:15 +0000 (13:39 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 28 Nov 2017 12:52:47 +0000 (13:52 +0100)
commit41dc71558ec372f6e422a46948f35e69ff1cc5d9
tree64e83d2cd05e3dc4c9fcab25e78d9317dd0d0550
parentec5d663c3ec3af0233486ceb7388e1de91d44f6c
storage: constify where possible

This was made necessary by changes to the overlay driver.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
19 files changed:
src/lxc/conf.c
src/lxc/conf.h
src/lxc/lxccontainer.c
src/lxc/storage/btrfs.c
src/lxc/storage/dir.c
src/lxc/storage/loop.c
src/lxc/storage/lvm.c
src/lxc/storage/nbd.c
src/lxc/storage/overlay.c
src/lxc/storage/overlay.h
src/lxc/storage/rbd.c
src/lxc/storage/rsync.c
src/lxc/storage/storage.c
src/lxc/storage/storage.h
src/lxc/storage/storage_utils.c
src/lxc/storage/storage_utils.h
src/lxc/storage/zfs.c
src/lxc/utils.c
src/lxc/utils.h