]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ext2fs: fix a bug in dirindex and re-enable.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Fri, 24 Jan 2014 13:51:38 +0000 (13:51 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Fri, 24 Jan 2014 13:51:38 +0000 (13:51 +0000)
commit1093104cf76ada660e2573256cbcaeaca0f122a0
tree4ab1a1dc0d2cf2c117f6f2efe67d0292c08770d6
parent56ae07852931bc8915a536ee56c8bd553726973a
ext2fs: fix a bug in dirindex and re-enable.

The IN_* flags should be set in i_flag instead of corrupting
i_flags [1].

Re-enable HTree dirindex as the last series of bug fixes
seems to have fixed the issues.

Reported by: bde [1]
Tested by: kevlo
MFC after: 1 week
sys/fs/ext2fs/ext2_htree.c
sys/fs/ext2fs/ext2_lookup.c