diff options
-rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index 146bd82ef60d..562f34cd9303 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
@@ -1189,7 +1189,7 @@ void fib_select_default(struct fib_result *res) | |||
1189 | fib_result_assign(res, last_resort); | 1189 | fib_result_assign(res, last_resort); |
1190 | tb->tb_default = last_idx; | 1190 | tb->tb_default = last_idx; |
1191 | out: | 1191 | out: |
1192 | rcu_read_unlock(); | 1192 | return; |
1193 | } | 1193 | } |
1194 | 1194 | ||
1195 | #ifdef CONFIG_IP_ROUTE_MULTIPATH | 1195 | #ifdef CONFIG_IP_ROUTE_MULTIPATH |