<div dir="ltr">Hi, Cyrill,<div><br></div><div>Thanks for the feedback! I&#39;ve resent the patch with the message.</div><div><br></div><div>Andrei</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-27 21:50 GMT+03:00 Cyrill Gorcunov <span dir="ltr">&lt;<a href="mailto:gorcunov@gmail.com" target="_blank">gorcunov@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Jun 25, 2016 at 11:34:07PM +0300, Andrei Tuicu wrote:<br>
&gt; Signed-off-by: Andrei Tuicu &lt;<a href="mailto:andrei.tuicu@gmail.com">andrei.tuicu@gmail.com</a>&gt;<br>
&gt; ---<br>
&gt;  criu/files-reg.c | 4 ++--<br>
&gt;  1 file changed, 2 insertions(+), 2 deletions(-)<br>
&gt;<br>
&gt; diff --git a/criu/files-reg.c b/criu/files-reg.c<br>
&gt; index 899dcf6..0fcef6d 100644<br>
&gt; --- a/criu/files-reg.c<br>
&gt; +++ b/criu/files-reg.c<br>
&gt; @@ -975,8 +975,8 @@ static int check_path_remap(struct fd_link *link, const struct fd_parms *parms,<br>
&gt;               if (!start)<br>
&gt;                       return -1;<br>
&gt;               start = strstr(start + 1, &quot;/&quot;);<br>
&gt; -             if (!start)<br>
&gt; -                     return -1;<br>
&gt; +             if (!start) /* it&#39;s /proc */<br>
&gt; +                     return 0;<br>
&gt;               pid = strtol(start + 1, &amp;end, 10);<br>
<br>
</span>Please explain in changelog message what the problem you&#39;re fixing.<br>
</blockquote></div><br></div>