mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-28 04:23:45 +08:00
f6f4b4b39f
During the image generation, When using the e2fsdroid with src_dir, then dir files are listed with readdir, which will not guarantee the order across the machines/fielsystems. So instead using the scandir with alphasort option to list the files in sorted order. Bug: 122874817 Change-Id: I4b946c737319252b82c74a0e10360843503862a1 From AOSP commit: 4cbe059b48b46d6657e24e4cdef543da7537dba3 Reported-by: Yasuhiro Kubota <yasuhiro.1.kubota@sony.com> Tested-by: Yasuhiro Kubota <yasuhiro.1.kubota@sony.com> Signed-off-by: Vikram Dattu Thota <vikram.dattu@sony.com> Signed-off-by: Takuya Ogawa <takuya.ogawa@sony.com> Signed-off-by: Yoshitaka Seto <yoshitaka.seto@sony.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> |
||
---|---|---|
config | ||
contrib | ||
debian | ||
debugfs | ||
doc | ||
e2fsck | ||
ext2ed | ||
include | ||
install-utils | ||
intl | ||
lib | ||
misc | ||
po | ||
resize | ||
tests | ||
util | ||
.gitignore | ||
.missing-copyright | ||
.release-checklist | ||
ABOUT-NLS | ||
acinclude.m4 | ||
aclocal.m4 | ||
Android.bp | ||
CleanSpec.mk | ||
configure | ||
configure.ac | ||
depfix.sed | ||
e2fsprogs.lsm | ||
e2fsprogs.spec | ||
INSTALL | ||
INSTALL.elfbin | ||
Makefile.in | ||
MCONFIG.in | ||
NOTICE | ||
README | ||
RELEASE-NOTES | ||
SHLIBS | ||
SUBMITTING-PATCHES | ||
version.h | ||
wordwrap.pl |
This is the new version (1.44.5) of the second extended file system management programs. From time to time, I release new versions of e2fsprogs, to fix bugs and to make the utilities more robust. You can always find information about the latest version at the the e2fsprogs web page, which is: http://e2fsprogs.sourceforge.net The INSTALL file has instructions on building and installing e2fsprogs. Provisions for building Red Hat RPMs and Debian dpkg files are supplied as well. In case of bugs in these programs, please contact Ted Ts'o at tytso@mit.edu or tytso@alum.mit.edu. See the e2fsck man page for suggestions of what sort of information to include when submitting bug reports for these programs.