From: Eric W. Biederman Date: Sun, 8 Jan 2012 08:16:29 +0000 (-0800) Subject: sysctl: Make the directories have nlink == 1 X-Git-Tag: v3.4-rc1~99^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15e20982e2fbb06e85da584a0f150784042c17d;p=pandora-kernel.git 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: Eric W. Biederman --- Reading git-diff-tree failed