git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f17cfc
)
forgotten refcount on sysctl root table
author
Al Viro
<viro@ZenIV.linux.org.uk>
Thu, 4 Sep 2008 16:05:57 +0000
(17:05 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 4 Sep 2008 18:06:21 +0000
(11:06 -0700)
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>
No differences found