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
9dacccdc
Unverified
Commit
9dacccdc
authored
Jan 20, 2016
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix android build
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
bb2d53c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
bdev.c
src/lxc/bdev/bdev.c
+0
-8
lxcloop.c
src/lxc/bdev/lxcloop.c
+8
-0
No files found.
src/lxc/bdev/bdev.c
View file @
9dacccdc
...
...
@@ -71,14 +71,6 @@
#define BLKGETSIZE64 _IOR(0x12,114,size_t)
#endif
#ifndef LO_FLAGS_AUTOCLEAR
#define LO_FLAGS_AUTOCLEAR 4
#endif
#ifndef LOOP_CTL_GET_FREE
#define LOOP_CTL_GET_FREE 0x4C82
#endif
lxc_log_define
(
bdev
,
lxc
);
/* aufs */
...
...
src/lxc/bdev/lxcloop.c
View file @
9dacccdc
...
...
@@ -35,6 +35,14 @@
#include "lxcloop.h"
#include "utils.h"
#ifndef LO_FLAGS_AUTOCLEAR
#define LO_FLAGS_AUTOCLEAR 4
#endif
#ifndef LOOP_CTL_GET_FREE
#define LOOP_CTL_GET_FREE 0x4C82
#endif
lxc_log_define
(
lxcloop
,
lxc
);
static
int
do_loop_create
(
const
char
*
path
,
uint64_t
size
,
const
char
*
fstype
);
...
...
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