Re: [PATCH 1/2] NFS: change the ip_map cache code to handle IPv6 addresses

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Brian Haley
Date: Friday, October 12, 2007 - 9:07 am

Hi Aurelien,

There were some of my comments you haven't addressed yet, comments in-line.

Aurélien Charbon wrote:


ipv6_addr_set(&addr6, 0, 0, htonl(0x0000FFFF), ncp->cl_addrlist[i]);


ipv6_addr_set(&in6, 0, 0, htonl(0x0000FFFF), sin->sin_addr);


ipv6_addr_set(&in6, 0, 0, htonl(0x0000FFFF), sin->sin_addr);


This is unused, can go away.


If you use ipv6_addr_set() everywhere you don't need this.


Guessing you changed a tab to a space, unnecessary.


I still think you should pass a pointer here.


And here.


And here.

-Brian
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/2] NFS: change the ip_map cache code to handle IP ..., Aurélien Charbon, (Fri Oct 12, 2:14 am)
Re: [PATCH 1/2] NFS: change the ip_map cache code to handl ..., Brian Haley, (Fri Oct 12, 9:07 am)