A series of small patches to nfs-utils and libnfsidmap in part to continue my work into making an API for accessing nfs.conf and its related config files, but also to address issues brought to light by my previous patches. nfs-utils and libnfsidmap were using almost identical code to parse their config files, with identical function definitions, which was unmasked when the prototypes changed on one set. A problem with spaces in config arguments was recently highlighted, this has already been fixed by my previous cleanups in nfs-utils but not in libnfsidmap where it was reported. Moving the config parsing code out to a shared library fixes both of these issues with minimal code changes. I appreciate that the API this library presents is less than ideal, it was left this way to reduce code changes at this point, and i welcome suggestions for a sympathetic approach to improving it. -- 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