Subject: CVS commit: src/sys/lib/libsa
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/01/2007 18:06:22
Module Name:	src
Committed By:	tsutsui
Date:		Sat Dec  1 18:06:22 UTC 2007

Added Files:
	src/sys/lib/libsa: ext2fs.c ext2fs.h

Log Message:
Add ext2fs support for libsa.

Mostly based on ufs.c, and some ext2fs specific stuff is pulled from
sys/ufs/ext2fs/ext2fs_bswap.c and sys/ufs/ext2fs/ext2fs_vfsops.c.

XXX1: Should we share ufs.c with #ifdef LIBSA_EXT2FS as ffs and lfs do?
XXX2: Maybe we should share ext2fs_bswap.c with kernel.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/lib/libsa/ext2fs.c src/sys/lib/libsa/ext2fs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.