commit | e94591d0d90c13166cb6eb54ce5f96ed13d81b55 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Jun 09 15:32:10 2016 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Thu Jun 23 15:41:54 2016 -0500 |
tree | a52df89fe96d5ed24657c3fed1552ffc1d474b3a | |
parent | d91ee87d8d85a0808c01787e8b4a6b48f2ba487b [diff] |
proc: Convert proc_mount to use mount_ns. Move the call of get_pid_ns, the call of proc_parse_options, and the setting of s_iflags into proc_fill_super so that mount_ns can be used. Convert proc_mount to call mount_ns and remove the now unnecessary code. Acked-by: Seth Forshee <seth.forshee@canonical.com> Reviewed-by: Djalal Harouni <tixxdz@gmail.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>