Skip to content
Commit ae06c7c8 authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

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: default avatarEric W. Biederman <ebiederm@xmission.com>
parent e656d8a6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment