Re: [Cluster-devel] [Patch net-next v2 6/8] fs: use generic union inet_addr and helper functions

2013-08-04 Thread Cong Wang
On Fri, 2013-08-02 at 03:31 -0700, Christoph Hellwig wrote: > On Fri, Aug 02, 2013 at 03:14:32PM +0800, Cong Wang wrote: > > From: Cong Wang > > > > nfs and cifs define some helper functions for sockaddr, > > they can use the generic functions for union inet_addr too. > > > > Since some dlm code

Re: [Cluster-devel] [Patch net-next v2 6/8] fs: use generic union inet_addr and helper functions

2013-08-02 Thread Christoph Hellwig
On Fri, Aug 02, 2013 at 03:14:32PM +0800, Cong Wang wrote: > From: Cong Wang > > nfs and cifs define some helper functions for sockaddr, > they can use the generic functions for union inet_addr too. > > Since some dlm code needs to compare ->sin_port, introduce a > generic function inet_addr_equ

[Cluster-devel] [Patch net-next v2 6/8] fs: use generic union inet_addr and helper functions

2013-08-02 Thread Cong Wang
From: Cong Wang nfs and cifs define some helper functions for sockaddr, they can use the generic functions for union inet_addr too. Since some dlm code needs to compare ->sin_port, introduce a generic function inet_addr_equal_strict() for it. Cc: Steve French Cc: Christine Caulfield Cc: David