Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c1b412d5
Commit
c1b412d5
authored
May 11, 2015
by
Eric Paris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8058 from pmorie/typo
Fix typo in nsenter_mount.go
parents
630aed6d
14243d3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nsenter_mount.go
pkg/util/mount/nsenter_mount.go
+1
-1
No files found.
pkg/util/mount/nsenter_mount.go
View file @
c1b412d5
...
@@ -73,7 +73,7 @@ func (*NsenterMounter) Mount(source string, target string, fstype string, option
...
@@ -73,7 +73,7 @@ func (*NsenterMounter) Mount(source string, target string, fstype string, option
return
doNsenterMount
(
source
,
target
,
fstype
,
options
)
return
doNsenterMount
(
source
,
target
,
fstype
,
options
)
}
}
// doNsenterMount nsenter
'
s the host's mount namespace and performs the
// doNsenterMount nsenters the host's mount namespace and performs the
// requested mount.
// requested mount.
func
doNsenterMount
(
source
,
target
,
fstype
string
,
options
[]
string
)
error
{
func
doNsenterMount
(
source
,
target
,
fstype
string
,
options
[]
string
)
error
{
glog
.
V
(
5
)
.
Infof
(
"nsenter Mounting %s %s %s %v"
,
source
,
target
,
fstype
,
options
)
glog
.
V
(
5
)
.
Infof
(
"nsenter Mounting %s %s %s %v"
,
source
,
target
,
fstype
,
options
)
...
...
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