From: Al Viro Date: Sat, 9 Jun 2012 05:16:59 +0000 (-0400) Subject: get rid of magic in proc_namespace.c X-Git-Tag: v3.6-rc1~152^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce6e24e72233073c8ead9419fc5040d44803dae;p=pandora-kernel.git get rid of magic in proc_namespace.c don't rely on proc_mounts->m being the first field; container_of() is there for purpose. No need to bother with ->private, while we are at it - the same container_of will do nicely. Signed-off-by: Al Viro --- Reading git-diff-tree failed