• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: コミット

2.4.36-stable kernel tree


コミットメタ情報

リビジョン366592901204f1ca8422b591b7de1ffe0f78d51a (tree)
日時2007-04-23 00:44:37
作者Urs Thermann <urs@isno...>
コミッターWilly Tarreau

ログメッセージ

[PATCH] recent patch to fib_semantics broke build

Fix label name.

変更サマリ

差分

--- a/net/ipv4/fib_semantics.c
+++ b/net/ipv4/fib_semantics.c
@@ -431,10 +431,8 @@ fib_create_info(const struct rtmsg *r, struct kern_rta *rta,
431431 const int nhs = 1;
432432 #endif
433433
434- if (r->rtm_type > RTN_MAX) {
435- err = -EINVAL;
436- goto errout;
437- }
434+ if (r->rtm_type > RTN_MAX)
435+ goto err_inval;
438436
439437 /* Fast check to catch the most weird cases */
440438 if (fib_props[r->rtm_type].scope > r->rtm_scope)
旧リポジトリブラウザで表示