Module Name: src
Committed By: jdolecek
Date: Sun Aug 14 11:42:50 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs.h ext2fs_htree.c
Log Message:
switch ext2fs_htree_has_idx() over to EXT2F_HAS_COMPAT_FEATURE() and remove
EXT2F_HAS_COMPAT_FEATURE() - this also fixes it for BE machines, as
EXT2F_HAS_COMPAT_FEATURE() did extra byte swap; also remove XXX comment about
IN_E3INDEX
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/ufs/ext2fs/ext2fs.h
cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/ext2fs/ext2fs_htree.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.