Testers: NFSv3 support for pxeboot for nfs diskless root

Andrey Simonenko simon at comsys.ntu-kpi.kiev.ua
Fri Jun 11 10:38:07 UTC 2010


On Wed, Jun 09, 2010 at 07:38:24PM -0400, Rick Macklem wrote:
> I put 3 patches (you need to apply them all) here:
> http://people.freebsd.org/~rmacklem/nfsdiskless-patches/
> 
> They convert lib/libstand/nfs.c and pxeboot to use NFSv3 instead
> of NFSv2 (unless built with OLD_NFSV2 defined). Initial test
> reports have been good. (one has it working ok and the other has
> a problem in an area not related to the patches, it appears)
> 
> So, if others are interested in testing these, it would be
> appreciated, rick

Shouldn't return values from malloc() calls be checked?
Also additional checks for NULL values before free() calls can be removed,
at least this will reduce size of code.  There is PR/83424 related to this.


More information about the freebsd-fs mailing list