From owner-cvs-all Sat Jan 1 9:39:25 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 0482B14C24; Sat, 1 Jan 2000 09:39:23 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA09923; Sat, 1 Jan 2000 09:39:22 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001011739.JAA09923@freefall.freebsd.org> From: Bruce Evans Date: Sat, 1 Jan 2000 09:39:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs.h ext2_inode_cnv.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 2000/01/01 09:39:22 PST Modified files: sys/gnu/ext2fs ext2_fs.h ext2_inode_cnv.c Log: Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. The main changes are: - many things are more dynamic; e.g., the inode size is a new parameter in the superblock instead of a constant. - extensions are controlled by new flags in the superblock. - directory entries may have a file type field. These changes are not used yet, except for a spelling change which affects ext2_cnv.c Revision Changes Path 1.7 +171 -49 src/sys/gnu/ext2fs/ext2_fs.h 1.11 +3 -3 src/sys/gnu/ext2fs/ext2_inode_cnv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message