K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2013-07-01T21:16:19.376760Z K 7 svn:log V 290 A recent version of the oldnfs NFS client in head/current will crash when doing a large write, since m_get2() would return NULL. This patch fixes the problem, since nfsm_uiotombuf() will allocate additional mbufs, as required. Reported by: sbruno Tested by: sbruno Discussed with: glebius END