From d7b8eec7dc7fe307d3a08b32cf1a9ad4276ce6d5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 27 Dec 2014 18:46:36 +0100 Subject: tmpfiles: add new line type 'v' for creating btrfs subvolumes --- src/shared/btrfs-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/btrfs-util.h') diff --git a/src/shared/btrfs-util.h b/src/shared/btrfs-util.h index f51f37a659..dff8c015a6 100644 --- a/src/shared/btrfs-util.h +++ b/src/shared/btrfs-util.h @@ -37,6 +37,7 @@ typedef struct BtrfsSubvolInfo { int btrfs_is_snapshot(int fd); int btrfs_subvol_make(const char *path); +int btrfs_subvol_make_label(const char *path); int btrfs_subvol_remove(const char *path); int btrfs_subvol_snapshot(const char *old_path, const char *new_path, bool read_only, bool fallback_copy); -- cgit v1.2.3-54-g00ecf