Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach nfs_compare_sockaddr() to handle NULL arguments. | Steve Dickson | 2010-01-25 | 1 | -0/+4 |
| | | | | | Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com> | ||||
* | nfs-utils: Collect socket address helpers into one location | Chuck Lever | 2010-01-15 | 1 | -0/+237 |
Introduce generic helpers for managing socket addresses. These are general enough that they are useful for pretty much any component of nfs-utils. We also include the definition of nfs_sockaddr here, so it can be shared. See: https://bugzilla.redhat.com/show_bug.cgi?id=448743 Signed-off-by: Chuck Lever <chuck.lever@oracle.com> |