Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210671
b: refs/heads/master
c: b20d37c
h: refs/heads/master
i:
  210669: b9a0172
  210667: 9fbc43c
  210663: a88ae5e
  210655: ba94c6b
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Sep 12, 2010
1 parent aee5b49 commit 46a2ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db5fe26541b6b48460104a0d949a27cdc7786957
refs/heads/master: b20d37ca9561711c6a3c4b859c2855f49565e061
2 changes: 1 addition & 1 deletion trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static int nfs_sockaddr_match_ipaddr6(const struct sockaddr *sa1,
sin1->sin6_scope_id != sin2->sin6_scope_id)
return 0;

return ipv6_addr_equal(&sin1->sin6_addr, &sin1->sin6_addr);
return ipv6_addr_equal(&sin1->sin6_addr, &sin2->sin6_addr);
}
#else /* !defined(CONFIG_IPV6) && !defined(CONFIG_IPV6_MODULE) */
static int nfs_sockaddr_match_ipaddr6(const struct sockaddr *sa1,
Expand Down

0 comments on commit 46a2ed1

Please sign in to comment.