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

sysctl: Make the directories have nlink == 1



I goofed when I made sysctl directories have nlink == 0.
nlink == 0 means the directory has been deleted.
nlink == 1 meands a directory does not count subdirectories.

Use the default nlink == 1 for sysctl directories.

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
parent 1f87f0b5
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