From 387fd7ebc1815fb464dce1f793fb4660c19d0162 Mon Sep 17 00:00:00 2001 From: Hugh Dickins Date: Wed, 27 Aug 2008 02:35:18 -0700 Subject: [PATCH] --- yaml --- r: 109238 b: refs/heads/master c: d994af0d50efc96b2077978fe9f066992639d525 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv4/route.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index eb91e150d041..36d22b2c9d90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7982d5e1b350acb96aa156916c44c25ef87bb809 +refs/heads/master: d994af0d50efc96b2077978fe9f066992639d525 diff --git a/trunk/net/ipv4/route.c b/trunk/net/ipv4/route.c index e91bafeb32f4..6ee5354c9aa1 100644 --- a/trunk/net/ipv4/route.c +++ b/trunk/net/ipv4/route.c @@ -3121,9 +3121,9 @@ static struct ctl_table empty[1]; static struct ctl_table ipv4_skeleton[] = { { .procname = "route", .ctl_name = NET_IPV4_ROUTE, - .child = ipv4_route_table}, + .mode = 0555, .child = ipv4_route_table}, { .procname = "neigh", .ctl_name = NET_IPV4_NEIGH, - .child = empty}, + .mode = 0555, .child = empty}, { } };