Whamcloud - gitweb
LU-1842 quota: remove quota code
authorJohann Lombardi <johann@whamcloud.com>
Mon, 24 Sep 2012 13:03:21 +0000 (15:03 +0200)
committerOleg Drokin <green@whamcloud.com>
Wed, 26 Sep 2012 20:04:02 +0000 (16:04 -0400)
commit9ddf386035767a96b54e21559f3ea0be126dc8cd
tree1bbff0e6a90c0ca41ec0828d2b45ef22083143f2
parentc61d09e9944ae47f68eb159224af7c5456cc180a
LU-1842 quota: remove quota code

This patch removes the quota code (from quota directory, but also
from mdd & obdfilter) which is going to be replaced by the new
implementation.
This patch also modifies the mdt to use the new space accounting
scheme as already used by the ofd layer.
sanity-quota.sh now also uses ofd by default and only runs the space
accounting tests until quota enforcement support is landed.

Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Change-Id: I85cbbf6058859e5d19f80aa128f45b6d41c37d92
Reviewed-on: http://review.whamcloud.com/4098
Reviewed-by: Niu Yawei <niu@whamcloud.com>
Tested-by: Hudson
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
57 files changed:
libcfs/include/libcfs/libcfs.h
lustre/autoconf/lustre-core.m4
lustre/cmm/cmm_device.c
lustre/include/linux/lustre_user.h
lustre/include/lquota.h
lustre/include/lustre_lib.h
lustre/include/lustre_quota.h
lustre/include/md_object.h
lustre/include/obd.h
lustre/include/obd_class.h
lustre/ldlm/ldlm_lib.c
lustre/ldlm/ldlm_lockd.c
lustre/lov/lov_obd.c
lustre/lvfs/fsfilt_ext3.c
lustre/lvfs/lustre_quota_fmt.c
lustre/lvfs/lustre_quota_fmt.h
lustre/lvfs/quotafmt_test.c
lustre/mdd/Makefile.in
lustre/mdd/mdd_device.c
lustre/mdd/mdd_dir.c
lustre/mdd/mdd_internal.h
lustre/mdd/mdd_lov.c
lustre/mdd/mdd_lproc.c
lustre/mdd/mdd_object.c
lustre/mdd/mdd_quota.c [deleted file]
lustre/mds/handler.c
lustre/mds/mds_lov.c
lustre/mdt/mdt_handler.c
lustre/obdclass/lprocfs_status.c
lustre/obdfilter/filter.c
lustre/obdfilter/filter_internal.h
lustre/obdfilter/filter_io_26.c
lustre/obdfilter/lproc_obdfilter.c
lustre/ofd/lproc_ofd.c
lustre/ofd/ofd_obd.c
lustre/osc/osc_internal.h
lustre/osc/osc_quota.c
lustre/osc/osc_request.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_internal.h
lustre/osd-ldiskfs/osd_io.c
lustre/osd-ldiskfs/osd_oi.c
lustre/ost/ost_handler.c
lustre/quota/Makefile.in
lustre/quota/lproc_quota.c
lustre/quota/lquota_internal.h
lustre/quota/lquota_lib.c
lustre/quota/quota_adjust_qunit.c [deleted file]
lustre/quota/quota_check.c [deleted file]
lustre/quota/quota_context.c [deleted file]
lustre/quota/quota_ctl.c [deleted file]
lustre/quota/quota_interface.c [deleted file]
lustre/quota/quota_internal.h [deleted file]
lustre/quota/quota_master.c [deleted file]
lustre/tests/sanity-quota.sh
lustre/tests/test-framework.sh
lustre/utils/mount_utils_ldiskfs.c