commit | 6ce6e24e72233073c8ead9419fc5040d44803dae | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 09 01:16:59 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 14 16:32:48 2012 +0400 |
tree | b66a74dd7aef822b4bc573ab283e21320bcc0b25 | |
parent | f7a99c5b7c8bd3d3f533c8b38274e33f3da9096e [diff] |
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 <viro@zeniv.linux.org.uk>