On 06/21/2010 12:54 PM, Chuck Lever wrote: > Hi Steve- > > As requested, here are the remaining seven patches that finish > mountd's conversion from gethostby{name,addr}(3) to > get{name,addr}info(3). > > --- > > Chuck Lever (7): > libexport.a: Remove unused hostent-based DNS helper functions > libexport.a: Replace matchhostname() > libexport.a: Add documenting comments > libexport.a: Make export_add() static > libexport.a: Make export_read() return void > mountd: Replace "struct hostent" with "struct addrinfo" > exportfs: Add a common exit label in exportfs() > > > support/export/client.c | 268 +++++++++++++++++++++---------------- > support/export/export.c | 83 ++++++++--- > support/export/hostname.c | 321 ++------------------------------------------ > support/export/rmtab.c | 13 +- > support/include/exportfs.h | 20 ++- > support/include/misc.h | 7 - > utils/exportfs/exportfs.c | 117 +++++++++++++--- > utils/mountd/auth.c | 48 +++---- > utils/mountd/cache.c | 66 +++++---- > utils/mountd/mountd.c | 11 +- > 10 files changed, 405 insertions(+), 549 deletions(-) > All seven have been committed... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html