From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Fri, 2 Aug 2013 03:31:07 -0700 Subject: [Cluster-devel] [Patch net-next v2 6/8] fs: use generic union inet_addr and helper functions In-Reply-To: <1375427674-21735-7-git-send-email-amwang@redhat.com> References: <1375427674-21735-1-git-send-email-amwang@redhat.com> <1375427674-21735-7-git-send-email-amwang@redhat.com> Message-ID: <20130802103107.GA17244@infradead.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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_equal_strict() for it. Would sound more useful to have a sockaddr_equal case that can be used on any sockaddr. For cases that no current user handles just return false.