]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/support/Makefile.in
quota: integrate mkquota.h into quotaio.h
authorTheodore Ts'o <tytso@mit.edu>
Sat, 10 May 2014 22:55:20 +0000 (18:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 13 May 2014 14:13:04 +0000 (10:13 -0400)
commitd37178bb879c6949827d72fc80b1218995644258
tree60a3f1cbab0bc4cf30720a35a817798da34c180b
parent4af2b156ffa2d50ebfc9207e667d18d5a7a1ae45
quota: integrate mkquota.h into quotaio.h

There are interfaces that are used by mke2fs.c and tune2fs.c which are
in quotaio.h, and some future changes will be much simpler if we can
combine the two header files together.  Also the guard #ifdef for
mkquota.h was incorrect, which caused problems when both header files
needed to be included.

Also remove quota.pc and installation rules for libquota, since this
library is never going to be something that we can export externally
anyway.  Eventually we'll want to clean up the interfaces and move the
external publishable interfaces to the libext2fs library, and then
rename what's left from libquota.a to libsupport.a for internal use
only.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Aditya Kali <adityakali@google.com>
12 files changed:
debian/rules
e2fsck/Makefile.in
e2fsck/e2fsck.h
e2fsck/quota.c
lib/quota/Makefile.in
lib/quota/mkquota.c
lib/quota/mkquota.h [deleted file]
lib/quota/quota.pc.in [deleted file]
lib/quota/quotaio.h
misc/Makefile.in
misc/mke2fs.c
misc/tune2fs.c