[REVIEW][PATCH 3/3] vfs: Fix a regression in mounting proc

Andy Lutomirski luto at amacapital.net
Wed Nov 27 16:41:31 UTC 2013


On Wed, Nov 27, 2013 at 8:13 AM, Oleg Nesterov <oleg at redhat.com> wrote:
> To all: sorry for noise, I can't comment this patch.
>
>
> But Eric, could you please help me to understand? I am totally confused.
>
> So, afaics, initially (even after MS_KERNMOUNT) fs_fully_visible("proc")
> should return false.
>
> After the normal "mout -t proc none /proc/" it becomes true.
>
> And it is still true after, say, "mount -t ramfs none /proc/sys" because
> "ls -ld /proc/sys" shows ->i_nlink == 1.

Grr.  mount -t ramfs none /proc/sys should make proc be not "fully visible".

--Andy


More information about the Containers mailing list