commit | 87c3efbfdd1f98af14a1f60ff19f73d9a8d8da98 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <dlezcano@fr.ibm.com> | Tue Dec 11 02:25:01 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:57:12 2008 -0800 |
tree | 938179d4904406a82d35018c0d7b895505213124 | |
parent | 853cbbaaa4ccdf221be5ab6afe967aa9998546b7 [diff] |
[IPV6]: make inet6_register_protosw to return an error code This patch makes the inet6_register_protosw to return an error code. The different protocols can be aware the registration was successful or not and can pass the error to the initial caller, af_inet6. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>