[libvirt PATCH v2 04/13] storage: move storage file sources to separate directory

Peter Krempa pkrempa at redhat.com
Fri Jan 22 08:32:14 UTC 2021


On Thu, Jan 21, 2021 at 20:34:18 +0100, Pavel Hrdina wrote:
> Introduce a new storage_file directory where we will keep storage file
> related code.
> 
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
>  po/POTFILES.in                                |  4 +-
>  src/meson.build                               |  1 +
>  src/storage/meson.build                       | 30 +--------------
>  src/storage_file/meson.build                  | 38 +++++++++++++++++++
>  .../storage_file_fs.c                         |  0
>  .../storage_file_fs.h                         |  0
>  .../storage_file_gluster.c                    |  0
>  .../storage_file_gluster.h                    |  0
>  8 files changed, 43 insertions(+), 30 deletions(-)
>  create mode 100644 src/storage_file/meson.build
>  rename src/{storage => storage_file}/storage_file_fs.c (100%)
>  rename src/{storage => storage_file}/storage_file_fs.h (100%)
>  rename src/{storage => storage_file}/storage_file_gluster.c (100%)
>  rename src/{storage => storage_file}/storage_file_gluster.h (100%)

Reviewed-by: Peter Krempa <pkrempa at redhat.com>




More information about the libvir-list mailing list