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
b3dfaf9e
Unverified
Commit
b3dfaf9e
authored
Oct 30, 2018
by
Josh Soref
Committed by
Christian Brauner
Nov 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: control
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
21284ccc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lxc.container.conf.sgml.in
doc/ja/lxc.container.conf.sgml.in
+1
-1
cgfsng.c
src/lxc/cgroups/cgfsng.c
+1
-1
log.c
src/lxc/log.c
+1
-1
No files found.
doc/ja/lxc.container.conf.sgml.in
View file @
b3dfaf9e
...
@@ -1890,7 +1890,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -1890,7 +1890,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<variablelist>
<variablelist>
<varlistentry>
<varlistentry>
<term>
<term>
<option>lxc.cgroup.[control
l
name]</option>
<option>lxc.cgroup.[control name]</option>
</term>
</term>
<listitem>
<listitem>
<para>
<para>
...
...
src/lxc/cgroups/cgfsng.c
View file @
b3dfaf9e
...
@@ -1508,7 +1508,7 @@ static bool cg_mount_needs_subdirs(int type)
...
@@ -1508,7 +1508,7 @@ static bool cg_mount_needs_subdirs(int type)
/* After $rootfs/sys/fs/container/controller/the/cg/path has been created,
/* After $rootfs/sys/fs/container/controller/the/cg/path has been created,
* remount controller ro if needed and bindmount the cgroupfs onto
* remount controller ro if needed and bindmount the cgroupfs onto
* control
l
/the/cg/path.
* control/the/cg/path.
*/
*/
static
int
cg_legacy_mount_controllers
(
int
type
,
struct
hierarchy
*
h
,
static
int
cg_legacy_mount_controllers
(
int
type
,
struct
hierarchy
*
h
,
char
*
controllerpath
,
char
*
cgpath
,
char
*
controllerpath
,
char
*
cgpath
,
...
...
src/lxc/log.c
View file @
b3dfaf9e
...
@@ -296,7 +296,7 @@ static int lxc_unix_epoch_to_utc(char *buf, size_t bufsize, const struct timespe
...
@@ -296,7 +296,7 @@ static int lxc_unix_epoch_to_utc(char *buf, size_t bufsize, const struct timespe
* think you are, you __will__ cause trouble using them.
* think you are, you __will__ cause trouble using them.
* (As a short example how this can cause trouble: LXD uses forkstart to fork
* (As a short example how this can cause trouble: LXD uses forkstart to fork
* off a new process that runs the container. At the same time the go runtime
* off a new process that runs the container. At the same time the go runtime
* LXD relies on does its own multi-threading thing which we can't control
l
. The
* LXD relies on does its own multi-threading thing which we can't control. The
* fork()ing + threading then seems to mess with the locking states in these
* fork()ing + threading then seems to mess with the locking states in these
* time functions causing deadlocks.)
* time functions causing deadlocks.)
* The current solution is to be good old unix people and use the Epoch as our
* The current solution is to be good old unix people and use the Epoch as our
...
...
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