Skip to content

Commit da202fe

Browse files
authored
Merge pull request #1019 from keloyang/remote-by
remove redundant by in annotation(nsexec.c)
2 parents c6b3e79 + e15af9f commit da202fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/nsenter/nsexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static int clone_parent(jmp_buf *env, int flags)
108108
* On old kernels, CLONE_PARENT didn't work with CLONE_NEWPID, so we have
109109
* to unshare(2) before clone(2) in order to do this. This was fixed in
110110
* upstream commit 1f7f4dde5c945f41a7abc2285be43d918029ecc5, and was
111-
* introduced by by 40a0d32d1eaffe6aac7324ca92604b6b3977eb0e.
111+
* introduced by 40a0d32d1eaffe6aac7324ca92604b6b3977eb0e.
112112
*
113113
* As far as we're aware, the last mainline kernel which had this bug was
114114
* Linux 3.12. However, we cannot comment on which kernels the broken patch

0 commit comments

Comments
 (0)