Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
50da1a32
Unverified
Commit
50da1a32
authored
Aug 15, 2017
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "btrfs: export btrfs_snapshot_wrapper()"
This reverts commit
707f3fff
. Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
parent
8cc9f7a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
lxcbtrfs.c
src/lxc/bdev/lxcbtrfs.c
+1
-1
lxcbtrfs.h
src/lxc/bdev/lxcbtrfs.h
+0
-1
No files found.
src/lxc/bdev/lxcbtrfs.c
View file @
50da1a32
...
@@ -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
;
...
...
src/lxc/bdev/lxcbtrfs.h
View file @
50da1a32
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment