]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/debugfs.c
Move the check_plausibility() function from misc to lib/support
authorTheodore Ts'o <tytso@mit.edu>
Mon, 13 Jul 2015 01:55:32 +0000 (21:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 13 Jul 2015 02:01:17 +0000 (22:01 -0400)
commit99ceb8ec1acd7f38da289966b9984b3ffa1914a9
tree3b67f4781dc5619d9c31ff11af08f866f1d26ddb
parent12aa7ad54eeafc32a1a284f13e926dfd16c6bb73
Move the check_plausibility() function from misc to lib/support

The check_plausibility() function is now used all over the place, so
we should move the plausible.c file to lib/support and remove the
special case handling for that file that had been in the build system.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
34 files changed:
debugfs/Android.mk
debugfs/Makefile.in
debugfs/debugfs.c
e2fsck/Android.mk
e2fsck/Makefile.in
e2fsck/unix.c
lib/ext2fs/Makefile.in
lib/support/Android.mk
lib/support/Makefile.in
lib/support/nls-enable.h [moved from misc/nls-enable.h with 100% similarity]
lib/support/plausible.c [moved from misc/plausible.c with 100% similarity]
lib/support/plausible.h [moved from misc/plausible.h with 100% similarity]
misc/Android.mk
misc/Makefile.in
misc/badblocks.c
misc/chattr.c
misc/create_inode.c
misc/dumpe2fs.c
misc/e2image.c
misc/e2initrd_helper.c
misc/e2label.c
misc/e2undo.c
misc/findsuper.c
misc/fsck.c
misc/lsattr.c
misc/mk_hugefiles.c
misc/mke2fs.c
misc/mklost+found.c
misc/partinfo.c
misc/tune2fs.c
misc/util.c
misc/uuidd.c
misc/uuidgen.c
util/gen-android-files