[Bug 206530] ext2fs: fsck.ext3 reports "Inode 157938 has INDEX_FL flag set but is not a directory"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 23 18:47:10 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206530
--- Comment #2 from Pedro F. Giffuni <pfg at FreeBSD.org> ---
(In reply to Damjan Jovanovic from comment #0)
While your patch is not wrong, the root cause is elsewhere.
IN_E4INDEX and IN_E4EXTENTS are Ext4 attributes that we hide in i_flag
but they should never get written since we don't have Ext4 write support.
Curiously, it appears the situation also happened at some point on linux:
http://sourceforge.net/p/e2fsprogs/bugs/41/
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-fs
mailing list