nfs: fix bug about IPv6 address scope checking
commitb9dd3abbbc708da5e3c53424a5b2c66ab580f97e
authorMi Jinlong <mijinlong@cn.fujitsu.com>
Wed, 12 Oct 2011 07:09:34 +0000 (12 15:09 +0800)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2011 16:08:10 +0000 (18 09:08 -0700)
treef24b18e9651fd93aaf871c3de99a8903a6c36826
parent3236c3e1adc0c7ec83eaff1de2d06746b7c5bb28
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>
fs/nfs/client.c