commit | d87abf42762ee3e77b118ea96517cf8c7d33abc1 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 14 00:33:28 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Feb 14 08:09:55 2007 -0800 |
tree | be9ba46df9937a474d1c64f9fdda0f81fdbaa3e3 | |
parent | ecab963ac1aa7d92369564c5dd4ad04ec5853380 [diff] |
[PATCH] sysctl: decnet: remove unnecessary insert_at_head flag The sysctl numbers used are unique so setting the insert_at_head flag does not succeed in overriding any sysctls, and is just confusing because it doesn't. Clear the flag. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Cc: Patrick Caulfield <patrick@tykepenguin.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>