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 <[email protected]>
> ---
>  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 <[email protected]>

Reply via email to