From owner-cvs-all Sun Jan 2 9:40: 7 2000 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 5C56115002; Sun, 2 Jan 2000 09:40:03 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA51622; Sun, 2 Jan 2000 09:40:03 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001021740.JAA51622@freefall.freebsd.org> From: Bruce Evans Date: Sun, 2 Jan 2000 09:40:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs.h ext2_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/02 09:40:03 PST Modified files: sys/gnu/ext2fs ext2_fs.h ext2_vfsops.c Log: Don't allow mounting (or mounting R/W) of filesystems with unsupported features (except for file types in directory entries, which will be supported soon). Centralized the magic number and compatibility checking. Dropped support for ancient (pre-0.2b) filesystems, as in the Linux version. Our "support" consisted of printing more details in the error message before failing at mount time. Revision Changes Path 1.8 +1 -4 src/sys/gnu/ext2fs/ext2_fs.h 1.61 +35 -17 src/sys/gnu/ext2fs/ext2_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message