Module Name: src Committed By: jakllsch Date: Mon Nov 19 00:36:21 UTC 2012
Modified Files: src/sys/ufs/ext2fs: ext2fs_bswap.c ext2fs_dinode.h src/sys/ufs/ufs: inode.h Log Message: - Add e2di_version, e2di_nblock_high, e2di_facl_high fields to ext2fs_dinode. - Update i_e2fs_ aliases to match. - ext2fs_bswap support for these ext2fs_dinode fields. (e2di_version and e2di_facl_high replace previously reserved fields. e2di_nblock_high was formerly e2di_nfrag and e2di_fsize, however these are currently defined in e2fsprogs as only being relevant for HURD.) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/ufs/ext2fs/ext2fs_bswap.c cvs rdiff -u -r1.23 -r1.24 src/sys/ufs/ext2fs/ext2fs_dinode.h cvs rdiff -u -r1.63 -r1.64 src/sys/ufs/ufs/inode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.