commit | ae06c7c83fc6e97ba247a261921c101960f3d28f | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sat Jul 10 15:23:34 2010 -0700 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Mon Nov 19 03:09:35 2012 -0800 |
tree | f7328e9b5aadaae1c6d4886147249d38b35de277 | |
parent | e656d8a6f7fdf7612d2f5771f0ddfca9487f59d9 [diff] |
procfs: Don't cache a pid in the root inode. Now that we have s_fs_info pointing to our pid namespace the original reason for the proc root inode having a struct pid is gone. Caching a pid in the root inode has led to some complicated code. Now that we don't need the struct pid, just remove it. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>