Date: Fri, 18 Dec 2009 19:50:21 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsserver nfs_serv.c Message-ID: <200912181950.nBIJoWaS040565@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-12-18 19:50:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/nfsserver nfs_serv.c Log: SVN rev 200681 on 2009-12-18 19:50:21Z by jhb MFC 200084: Properly return an error reply if an NFS remove or link operation fails. Previously the failing operation would allocate an mbuf and construct an error reply, but because the function did not return 0, the NFS server assumed it had failed to generate a reply and would leak the reply mbuf as well as not sending the reply to the NFS client. Revision Changes Path 1.174.2.10 +3 -4 src/sys/nfsserver/nfs_serv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912181950.nBIJoWaS040565>