commit | b9dd3abbbc708da5e3c53424a5b2c66ab580f97e | [log] [tgz] |
---|---|---|
author | Mi Jinlong <mijinlong@cn.fujitsu.com> | Wed Oct 12 15:09:34 2011 +0800 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 09:08:10 2011 -0700 |
tree | f24b18e9651fd93aaf871c3de99a8903a6c36826 | |
parent | 3236c3e1adc0c7ec83eaff1de2d06746b7c5bb28 [diff] |
nfs: fix bug about IPv6 address scope checking The result from ipv6_addr_scope() always not be a single SCOPE, so we can't use equal to compare the result with IPV6_ADDR_SCOPE_LINKLOCAL at nfs_sockaddr_match_ipaddr6. This patch fixs the problem, and lets checking address before scope_id. Signed-off-by: Mi Jinlong <mijinlong@cn.fujitsu.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>