commit | 109582af18b9aade9385ea6609a792f80a7d70ca | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Thu May 07 11:02:47 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat May 09 22:15:30 2015 -0400 |
tree | 41d02b858aef5ce2735ef71324290a6b3e115ec5 | |
parent | 43996fdd9b5409dea7bdc73d8fe4e22ca25ccc39 [diff] |
netns: returns always an id in __peernet2id() All callers of this function expect a nsid, not an error. Thus, returns NETNSA_NSID_NOT_ASSIGNED in case of error so that callers don't have to convert the error to NETNSA_NSID_NOT_ASSIGNED. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>