commit | 0afa5ca82212247456f9de1468b595a111fee633 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 19 17:17:34 2020 -0600 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Thu Feb 20 08:14:32 2020 -0600 |
tree | 51beb5c4abdedd586466c717bc8f0d8b3e17d980 | |
parent | 11a48a5a18c63fd7621bb050228cebf13566e4d8 [diff] |
proc: Rename in proc_inode rename sysctl_inodes sibling_inodes I about to need and use the same functionality for pid based inodes and there is no point in adding a second field when this field is already here and serving the same purporse. Just give the field a generic name so it is clear that it is no longer sysctl specific. Also for good measure initialize sibling_inodes when proc_inode is initialized. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>