Revert "btrfs: export btrfs_snapshot_wrapper()"

This reverts commit 707f3fff. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 8cc9f7a4
...@@ -346,7 +346,7 @@ out: ...@@ -346,7 +346,7 @@ out:
return ret; return ret;
} }
int btrfs_snapshot_wrapper(void *data) static int btrfs_snapshot_wrapper(void *data)
{ {
char *src; char *src;
struct rsync_data_char *arg = data; struct rsync_data_char *arg = data;
......
...@@ -412,6 +412,5 @@ int is_btrfs_subvol(const char *path); ...@@ -412,6 +412,5 @@ int is_btrfs_subvol(const char *path);
bool btrfs_try_remove_subvol(const char *path); bool btrfs_try_remove_subvol(const char *path);
int btrfs_same_fs(const char *orig, const char *new); int btrfs_same_fs(const char *orig, const char *new);
int btrfs_snapshot(const char *orig, const char *new); int btrfs_snapshot(const char *orig, const char *new);
int btrfs_snapshot_wrapper(void *data);
#endif // __LXC_BTRFS_H #endif // __LXC_BTRFS_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment