git: sys/vfs/ext2fs: Disable calling ext2_htree_add_entry()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Wed Jul 29 10:39:34 PDT 2020


commit 37483ab3a9a857bbb0afdaf60f171b24446f5be3
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Thu Jul 30 01:39:57 2020 +0900

    sys/vfs/ext2fs: Disable calling ext2_htree_add_entry()
    
    4c3802f8a89fcb53ad1112cc71dedbc9a01c3384
    disabled creation of a new htree dirent index, but also disable adding
    entries to an existing index created at elsewhere as this could also
    possibly cause the issue mentioned in the comment right above.

Summary of changes:
 sys/vfs/ext2fs/ext2_lookup.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37483ab3a9a857bbb0afdaf60f171b24446f5be3


-- 
DragonFly BSD source repository


More information about the Commits mailing list