From owner-cvs-all Fri May 7 21:58:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8740015189; Fri, 7 May 1999 21:58:32 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17251; Fri, 7 May 1999 21:58:32 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905080458.VAA17251@freefall.freebsd.org> From: Alan Cox Date: Fri, 7 May 1999 21:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_socket.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/07 21:58:32 PDT Modified files: (Branch: RELENG_3) sys/nfs nfs_socket.c Log: MFC: rev 1.52 nfs_realign: Check for badly aligned mbuf data and realign by copying the unaligned portion of the data into a new mbuf chain and freeing the portions of the old chain that were replaced. We cannot simply realign the data within the existing mbuf chain because the underlying buffers may contain other rpc commands and we cannot afford to overwrite them. Submitted by: Matthew Dillon Revision Changes Path 1.49.2.1 +43 -82 src/sys/nfs/nfs_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message