Re: [PATCH 1/2] ns: Allow ns_entries to have custom symlink content

From: Cyrill Gorcunov
Date: Mon Jan 16 2017 - 03:18:36 EST


On Sat, Jan 14, 2017 at 05:14:48PM +0300, Kirill Tkhai wrote:
> Make possible to have link content prefix yyy
> different from the link name xxx:
>
> $ readlink /proc/[pid]/ns/xxx
> yyy:[4026531838]
>
> This will be used in next patch.
>
> Signed-off-by: Kirill Tkhai <ktkhai@xxxxxxxxxxxxx>

I don't like much @real_ns_name variable naming, but it's
just personal opinion. The rest looks good to me (for
both patches). If only I didn't miss something obvious.

Reviewed-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx>