]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
rename libquota.a to libsupport.a
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Jul 2015 03:05:57 +0000 (23:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Jul 2015 20:09:22 +0000 (16:09 -0400)
commitf34af41b72ed8ca29b4579a8967ced7b61924c71
treeb94203546767dd94a728c11ae7e6e3782d8a02aa
parent9e8fcd6e01c298ead62aafc7f7ba342a59c9b0e8
rename libquota.a to libsupport.a

We will be using libsupport.a for e2fsprogs's internal support
functions.  It will contain the quota support functions, but we will
also be moving code such as profile.c and plausible.c to libsupport.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
25 files changed:
MCONFIG.in
Makefile.in
configure
configure.ac
debugfs/Makefile.in
debugfs/debugfs.h
e2fsck/Makefile.in
e2fsck/e2fsck.h
e2fsck/quota.c
lib/e2p/Makefile.in
lib/ext2fs/Makefile.in
lib/support/Android.mk [moved from lib/quota/Android.mk with 100% similarity]
lib/support/Makefile.in [moved from lib/quota/Makefile.in with 81% similarity]
lib/support/common.h [moved from lib/quota/common.h with 100% similarity]
lib/support/dqblk_v2.h [moved from lib/quota/dqblk_v2.h with 100% similarity]
lib/support/mkquota.c [moved from lib/quota/mkquota.c with 100% similarity]
lib/support/quotaio.c [moved from lib/quota/quotaio.c with 100% similarity]
lib/support/quotaio.h [moved from lib/quota/quotaio.h with 100% similarity]
lib/support/quotaio_tree.c [moved from lib/quota/quotaio_tree.c with 100% similarity]
lib/support/quotaio_tree.h [moved from lib/quota/quotaio_tree.h with 100% similarity]
lib/support/quotaio_v2.c [moved from lib/quota/quotaio_v2.c with 100% similarity]
lib/support/quotaio_v2.h [moved from lib/quota/quotaio_v2.h with 100% similarity]
misc/Makefile.in
misc/mke2fs.c
misc/tune2fs.c