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
ec5d663c
Unverified
Commit
ec5d663c
authored
Nov 28, 2017
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage: remove unused declaration
Signed-off-by:
Christian Brauner
<
christian.brauner@ubuntu.com
>
Signed-off-by:
Adrian Reber
<
areber@redhat.com
>
parent
06d0056c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
lxccontainer.c
src/lxc/lxccontainer.c
+1
-0
storage.h
src/lxc/storage/storage.h
+0
-2
No files found.
src/lxc/lxccontainer.c
View file @
ec5d663c
...
@@ -61,6 +61,7 @@
...
@@ -61,6 +61,7 @@
#include "start.h"
#include "start.h"
#include "state.h"
#include "state.h"
#include "storage.h"
#include "storage.h"
#include "storage_utils.h"
#include "storage/btrfs.h"
#include "storage/btrfs.h"
#include "storage/overlay.h"
#include "storage/overlay.h"
#include "sync.h"
#include "sync.h"
...
...
src/lxc/storage/storage.h
View file @
ec5d663c
...
@@ -136,8 +136,6 @@ extern struct lxc_storage *storage_create(const char *dest, const char *type,
...
@@ -136,8 +136,6 @@ extern struct lxc_storage *storage_create(const char *dest, const char *type,
struct
bdev_specs
*
specs
);
struct
bdev_specs
*
specs
);
extern
void
storage_put
(
struct
lxc_storage
*
bdev
);
extern
void
storage_put
(
struct
lxc_storage
*
bdev
);
extern
bool
storage_destroy
(
struct
lxc_conf
*
conf
);
extern
bool
storage_destroy
(
struct
lxc_conf
*
conf
);
extern
int
storage_destroy_wrapper
(
void
*
data
);
extern
bool
rootfs_is_blockdev
(
struct
lxc_conf
*
conf
);
extern
bool
rootfs_is_blockdev
(
struct
lxc_conf
*
conf
);
extern
char
*
lxc_storage_get_path
(
char
*
src
,
const
char
*
prefix
);
extern
char
*
lxc_storage_get_path
(
char
*
src
,
const
char
*
prefix
);
...
...
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