Date: Tue, 14 May 2002 10:14:01 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_bmap.c ext2_ihash.c ext2_mount.h inode.h Message-ID: <200205141714.g4EHE1Z02431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/05/14 10:14:01 PDT
Modified files:
sys/gnu/ext2fs ext2_bmap.c ext2_ihash.c ext2_mount.h
inode.h
Log:
Following a repo-copy from src/sys/ufs/ufs, rename functions and
structures etc. to ext2fs-specific names, and remove ufs-specific
code that is no longer required. As a first stage, the code will
still convert back and forth between the on-disk format and struct
inode, so the struct dinode fields have been added to struct inode
for now.
Note that these files are not yet connected to the build.
Revision Changes Path
1.51 +21 -40 src/sys/gnu/ext2fs/ext2_bmap.c
1.33 +20 -21 src/sys/gnu/ext2fs/ext2_ihash.c
1.24 +12 -52 src/sys/gnu/ext2fs/ext2_mount.h
1.37 +66 -51 src/sys/gnu/ext2fs/inode.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205141714.g4EHE1Z02431>
