Whamcloud - gitweb
LU-847 quota: move lmv/mdc/osc/lov quota code out of lquota
authorJohann Lombardi <johann@whamcloud.com>
Fri, 30 Sep 2011 13:12:59 +0000 (06:12 -0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 6 Jan 2012 21:15:54 +0000 (16:15 -0500)
commit046a965cf0f54265208e74566d181f1ee9a3a729
treec0a568dadc43146a558c80f010cfa1c4615e52f4
parent8a1606a7cbbcaf418fefa5d97a2335df0c0edb09
LU-847 quota: move lmv/mdc/osc/lov quota code out of lquota

All quota code was initially put into a separate kernel module since
quota might be released under a different license. That's not relevant
any more and we can now move the client-side quota code back to the
regular lustre modules.

This removes useless indirections and makes the code easier to read
and to maintain.

Change-Id: If898a46db9158edb8e4eaf855f1ed98db97330f0
Signed-off-by: Niu Yawei <niu@whamcloud.com>
Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1613
Tested-by: Hudson
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
14 files changed:
lustre/include/lustre_quota.h
lustre/liblustre/lutil.c
lustre/lmv/lmv_obd.c
lustre/lov/lov_obd.c
lustre/mdc/mdc_request.c
lustre/osc/Makefile.in
lustre/osc/autoMakefile.am
lustre/osc/osc_internal.h
lustre/osc/osc_quota.c [new file with mode: 0644]
lustre/osc/osc_request.c
lustre/quota/quota_adjust_qunit.c
lustre/quota/quota_check.c
lustre/quota/quota_ctl.c
lustre/quota/quota_interface.c