]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/Makefile.in
AOSP: e2fsdroid/libext2fs: move hashmap into libext2fs
authorJin Qian <jinqian@google.com>
Sat, 20 Jan 2018 01:44:07 +0000 (17:44 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jun 2018 13:37:52 +0000 (09:37 -0400)
commit555a0fce11966a35a5289d7b57afec343d3eaa7b
tree10389a9173dbd592ace2d6183680eb9fd8971485
parent0feae066df5dafb457996fcf3ff0e809cf22bd3f
AOSP: e2fsdroid/libext2fs: move hashmap into libext2fs

Also update it so that hash key can be arbitrary length instead of
null terminated string.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Google-Bug-Id: 64109868
Change-Id: Icb0d91d5d753e86edaffcacb043b6f1aa429a528
From AOSP commit: 9491100ffb74b13a10b5b0425b7691c3449ac2e6
12 files changed:
contrib/android/Android.bp
contrib/android/Android.mk
contrib/android/base_fs.c
contrib/android/base_fs.h
contrib/android/basefs_allocator.c
contrib/android/hashmap.c [deleted file]
contrib/android/hashmap.h [deleted file]
lib/blkid/dev.c
lib/ext2fs/Android.bp
lib/ext2fs/Makefile.in
lib/ext2fs/hashmap.c [new file with mode: 0644]
lib/ext2fs/hashmap.h [new file with mode: 0644]