Whamcloud - gitweb
libquota: remove quota_is_on() which was the last user of quotactl()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 28 May 2012 14:38:06 +0000 (10:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 28 May 2012 14:38:06 +0000 (10:38 -0400)
commit3b802e43d9276a13cbc75144087cbf017672ca6c
treed09f475b01391dcaa215174e74445c8a1c78eef2
parent732e26b98e5c79a4298dbe341f43b54b354bb241
libquota: remove quota_is_on() which was the last user of quotactl()

The quotactl() system call was being used without the use of a
function prototype.  On closer examination, it turns out the one user
of that system call was the quota_is_on() function, which is not used
by e2fsprogs at all.  Since libquota is an e2fsprogs-internal library,
and not one that we plan to export any time soon, the simplest thing
to do is to simply remove quota_is_on(), which in turn allows us to
remove all of the infrastructure around using the Linux-specific
quotactl() system call.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure
configure.in
lib/config.h.in
lib/quota/mkquota.c
lib/quota/mkquota.h
lib/quota/quota.h