Whamcloud - gitweb
LU-1842 quota: add quota disk operations
authorJohann Lombardi <johann@whamcloud.com>
Tue, 18 Sep 2012 20:18:14 +0000 (22:18 +0200)
committerOleg Drokin <green@whamcloud.com>
Tue, 25 Sep 2012 18:16:29 +0000 (14:16 -0400)
commit752c69506c4559cd5c97a8dcbe488b54822ca087
treed10db3d47ccfcf84465d261920d3cc5bce1896fb
parent9a6aa6bd2f0ec18628115097444a0375500123c0
LU-1842 quota: add quota disk operations

Add low level quota disk operations that will be used by both the
QMT (quota master) and QSD (quota slave) to manipulate on-disk
structures.

Signed-off-by: Johann Lombardi <johann@whamcloud.com>
Signed-off-by: Niu Yawei <niu@whamcloud.com>
Change-Id: I783bf9519cf37fdfa35a04cff8207825a7ab1b49
Reviewed-on: http://review.whamcloud.com/4042
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Mike Pershin <tappro@whamcloud.com>
lustre/include/dt_object.h
lustre/include/lquota.h
lustre/include/lustre_fid.h
lustre/obdclass/local_storage.c
lustre/osd-ldiskfs/osd_handler.c
lustre/quota/Makefile.in
lustre/quota/lquota_disk.c [new file with mode: 0644]
lustre/quota/lquota_internal.h
lustre/quota/lquota_lib.c
lustre/quota/qsd_internal.h
lustre/quota/qsd_lib.c