]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/Makefile.in
misc: use libmagic when libblkid can't identify something
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 13 Sep 2014 22:12:46 +0000 (15:12 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 21 Sep 2014 03:42:19 +0000 (23:42 -0400)
commitb291c11f08570392b6858145d0b677d6e7e89785
tree97798b955abd4fb7ad7f79d44e5b0222a2520f85
parentc8b20b40ebf0278b2d100a964a32d8e13046f437
misc: use libmagic when libblkid can't identify something

If we're using check_plausibility() to try to identify something that
obviously isn't an ext* filesystem and libblkid doesn't know what it
is, try libmagic instead.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
13 files changed:
MCONFIG.in
configure
configure.in
debugfs/Makefile.in
e2fsck/Makefile.in
lib/config.h.in
misc/Makefile.in
misc/plausible.c
tests/f_detect_junk/expect [new file with mode: 0644]
tests/f_detect_junk/expect.nodebugfs [new file with mode: 0644]
tests/f_detect_junk/image.bz2 [new file with mode: 0644]
tests/f_detect_junk/name [new file with mode: 0644]
tests/f_detect_junk/script [new file with mode: 0644]