freebsd-nq/sys/fs/ext2fs
Pedro F. Giffuni e08ad8f068 ext2: Initialize i_flag after allocation.
We use i_flag to carry some flags like IN_E4INDEX which newer
ext2fs variants uses internally.

fsck.ext3 rightfully complains after our implementation tags
non-directory inodes with INDEX_FL.

Initializing i_flag during allocation removes the noise factor
and quiets down fsck.

Patch from:	Damjan Jovanovic
PR:		206530
2016-01-24 02:25:41 +00:00
..
ext2_alloc.c ext2: Initialize i_flag after allocation. 2016-01-24 02:25:41 +00:00
ext2_balloc.c ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_bmap.c ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2_dinode.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_dir.h ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_extents.c ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2_extents.h ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2_extern.h ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_hash.c ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_htree.c ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_inode_cnv.c ifdef ext2_print_inode which is not really used. 2014-11-12 16:23:56 +00:00
ext2_inode.c Fix the build when INVARIANTS is defined by restoring bo's definition in 2015-01-19 07:10:08 +00:00
ext2_lookup.c ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_mount.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_subr.c - Remove some dead code copied from ffs. 2015-07-29 03:06:08 +00:00
ext2_vfsops.c ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
ext2_vnops.c ext4: add support for reading sparse files 2016-01-11 19:14:55 +00:00
ext2fs.h ext2fs: Bring back the htree dir_index implementation. 2016-01-21 14:50:28 +00:00
fs.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
htree.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
inode.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00