From owner-cvs-all Tue Dec 22 06:44:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25527 for cvs-all-outgoing; Tue, 22 Dec 1998 06:44:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25464; Tue, 22 Dec 1998 06:43:58 -0800 (PST) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA03581; Tue, 22 Dec 1998 06:44:00 -0800 (PST) Date: Tue, 22 Dec 1998 06:44:00 -0800 (PST) Message-Id: <199812221444.GAA03581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1998/12/22 06:43:59 PST Modified files: sys/kern vfs_bio.c Log: Correctly handle misaligned VMIO buffer (whose start or end offset in the VM object are not page aligned). This should fix the mount_msdos panic after a failed attemp to mount as ffs. Reviewed By: Matthew Dillon Archie Cobbs Dmitrij Tejblum Revision Changes Path 1.188 +92 -77 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message