diff options
author | Wang Chen <wangchen@cn.fujitsu.com> | 2008-07-03 00:13:36 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2008-07-03 04:51:57 -0400 |
commit | 03d2f897e9fb3218989baa2139a951ce7f5414bf (patch) | |
tree | 2949bdd7fbe49c3754cdc8140d5b67b37f0edd66 /include/linux/mroute.h | |
parent | 623d1a1af77bd52a389c6eda5920e28eb2ee468b (diff) |
ipv4: Do cleanup for ip_mr_init
Same as ip6_mr_init(), make ip_mr_init() return errno if fails.
But do not do error handling in inet_init(), just print a msg.
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/linux/mroute.h')
-rw-r--r-- | include/linux/mroute.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/mroute.h b/include/linux/mroute.h index de4decfa1bfc..df8efd42bf8a 100644 --- a/include/linux/mroute.h +++ b/include/linux/mroute.h | |||
@@ -147,8 +147,7 @@ static inline int ip_mroute_opt(int opt) | |||
147 | extern int ip_mroute_setsockopt(struct sock *, int, char __user *, int); | 147 | extern int ip_mroute_setsockopt(struct sock *, int, char __user *, int); |
148 | extern int ip_mroute_getsockopt(struct sock *, int, char __user *, int __user *); | 148 | extern int ip_mroute_getsockopt(struct sock *, int, char __user *, int __user *); |
149 | extern int ipmr_ioctl(struct sock *sk, int cmd, void __user *arg); | 149 | extern int ipmr_ioctl(struct sock *sk, int cmd, void __user *arg); |
150 | extern void ip_mr_init(void); | 150 | extern int ip_mr_init(void); |
151 | |||
152 | 151 | ||
153 | struct vif_device | 152 | struct vif_device |
154 | { | 153 | { |