commit | b380b0d4f7dffcc235c0facefa537d4655619101 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ZenIV.linux.org.uk> | Thu Sep 04 17:05:57 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 04 11:06:21 2008 -0700 |
tree | fdc1785d6136ee64659065fed558efef2c41e822 | |
parent | 5f17cfce5776c566d64430f543a289e5cfa4538b [diff] |
forgotten refcount on sysctl root table We should've set refcount on the root sysctl table; otherwise we'll blow up the first time we get down to zero dynamically registered sysctl tables. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Tested-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>