X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fquota%2Fquota_internal.h;h=002300ea41fdcc42e7ebc1f4c60d8ab14117fdfe;hb=ca09276f2cb850d4dbd599c74a3e61873ffbc991;hp=3cf35d0bbf9b2c5efaee2f2220c2e32455fe6bd3;hpb=aa9f441514640d7253ae59e35b0b0804c9ce792e;p=fs%2Flustre-release.git diff --git a/lustre/quota/quota_internal.h b/lustre/quota/quota_internal.h index 3cf35d0..002300e 100644 --- a/lustre/quota/quota_internal.h +++ b/lustre/quota/quota_internal.h @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -39,8 +37,6 @@ #include -#ifdef HAVE_QUOTA_SUPPORT - /* QUSG covnert bytes to blocks when counting block quota */ #define QUSG(count, isblk) (isblk ? toqb(count) : count) @@ -194,27 +190,3 @@ extern cfs_proc_dir_entry_t *lquota_type_proc_dir; #define QUOTA_REQ_RETURNED 1 #endif -int client_quota_adjust_qunit(struct obd_export *exp, - struct quota_adjust_qunit *oqaq, - struct lustre_quota_ctxt *qctxt, - struct ptlrpc_request_set *set); - -int lov_quota_adjust_qunit(struct obd_export *exp, - struct quota_adjust_qunit *oqaq, - struct lustre_quota_ctxt *qctxt, - struct ptlrpc_request_set *rqset); -int client_quota_ctl(struct obd_device *unused, struct obd_export *exp, - struct obd_quotactl *oqctl); -int lmv_quota_ctl(struct obd_device *unused, struct obd_export *exp, - struct obd_quotactl *oqctl); -int lov_quota_ctl(struct obd_device *unused, struct obd_export *exp, - struct obd_quotactl *oqctl); -int client_quota_check(struct obd_device *unused, struct obd_export *exp, - struct obd_quotactl *oqctl); -int lmv_quota_check(struct obd_device *unused, struct obd_export *exp, - struct obd_quotactl *oqctl); -int lov_quota_check(struct obd_device *unused, struct obd_export *exp, - struct obd_quotactl *oqctl); -int client_quota_poll_check(struct obd_export *exp, struct if_quotacheck *qchk); - -#endif