]> git.proxmox.com Git - mirror_lxc.git/commit
tree-wide: struct bdev -> struct lxc_storage
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 29 Jul 2017 15:04:44 +0000 (17:04 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 31 Jul 2017 21:34:18 +0000 (23:34 +0200)
commit10bc186195d26e425705eaff84701fb6bee03170
treebecf0fb256cafd437001f171332c6cee810d8af6
parent28d832c4e43d16e85f2dfc376ddea1d0fd88c418
tree-wide: struct bdev -> struct lxc_storage

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
28 files changed:
src/lxc/conf.c
src/lxc/lxccontainer.c
src/lxc/start.c
src/lxc/storage/aufs.c
src/lxc/storage/aufs.h
src/lxc/storage/btrfs.c
src/lxc/storage/btrfs.h
src/lxc/storage/dir.c
src/lxc/storage/dir.h
src/lxc/storage/loop.c
src/lxc/storage/loop.h
src/lxc/storage/lvm.c
src/lxc/storage/lvm.h
src/lxc/storage/nbd.c
src/lxc/storage/nbd.h
src/lxc/storage/overlay.c
src/lxc/storage/overlay.h
src/lxc/storage/rbd.c
src/lxc/storage/rbd.h
src/lxc/storage/rsync.c
src/lxc/storage/rsync.h
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/storage/zfs.h
src/lxc/tools/lxc_create.c