Whamcloud - gitweb
LU-1842 quota: remove leftovers from old code
authorJohann Lombardi <johann.lombardi@intel.com>
Mon, 8 Oct 2012 12:34:47 +0000 (14:34 +0200)
committerOleg Drokin <green@whamcloud.com>
Thu, 11 Oct 2012 03:39:12 +0000 (23:39 -0400)
commitfb06c1a898a5f0edd248db2cd6fbf8c31eac8dfd
treeeca9f694e1eb53aab5d2130d2761f048da7edb89
parent153e561ac6b21c111c4474202cfbb3385bb10e8e
LU-1842 quota: remove leftovers from old code

- remove all references to qunit_data which is the old format for
  slave-master RPCs
- gather all quota-related data structure definitions in one single
  place in lustre_idl.h
- rename lquota.h to lustre_quota.h since this is the standard naming
  scheme for all lustre components.

Signed-off-by: Johann Lombardi <johann.lombardi@intel.com>
Change-Id: Ifbadb639517c52741c210668f28452ea55bf6a43
Reviewed-on: http://review.whamcloud.com/4221
Tested-by: Hudson
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
Reviewed-by: Niu Yawei <niu@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
32 files changed:
lustre/include/Makefile.am
lustre/include/lquota.h [deleted file]
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_quota.h
lustre/include/lustre_req_layout.h
lustre/include/obd.h
lustre/llite/dir.c
lustre/lmv/lmv_obd.c
lustre/lvfs/lvfs_linux.c
lustre/mds/handler.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/mgs/mgs_llog.c
lustre/obdclass/dt_object.c
lustre/ofd/lproc_ofd.c
lustre/ofd/ofd_obd.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_internal.h
lustre/osd-ldiskfs/osd_quota.c
lustre/osd-zfs/osd_internal.h
lustre/osd-zfs/osd_quota.c
lustre/ost/ost_handler.c
lustre/ost/ost_internal.h
lustre/ptlrpc/layout.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/wiretest.c
lustre/quota/lquota_internal.h
lustre/quota/qmt_dev.c
lustre/utils/lfs.c
lustre/utils/req-layout.c
lustre/utils/wirecheck.c
lustre/utils/wiretest.c