commit | 29f870688d53429ea0478a064f6f175b74c71516 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sat Jul 10 15:23:34 2010 -0700 |
committer | Eric W. Biederman <ebiederm@aristanetworks.com> | Mon Aug 08 17:19:13 2011 -0500 |
tree | 4cb63d08069e9be6467b7a251106b45aaa2fdd2e | |
parent | 035d7ee47efe0ce437e9b64bcc345b3d0330f5b7 [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 all. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>