Whamcloud - gitweb
LU-6684 lfsck: set the lfsck notify as interruptable
[fs/lustre-release.git] / lustre / quota / lquota_internal.h
index 490b1bc..9309a90 100644 (file)
@@ -21,7 +21,7 @@
  * GPL HEADER END
  */
 /*
- * Copyright (c) 2012, Intel Corporation.
+ * Copyright (c) 2012, 2014, Intel Corporation.
  * Use is subject to license terms.
  */
 
@@ -175,7 +175,7 @@ struct lquota_entry {
  * present.  */
 struct lquota_site {
        /* Hash table storing lquota_entry structures */
-       cfs_hash_t      *lqs_hash;
+       struct cfs_hash *lqs_hash;
 
        /* Quota type, either user or group. */
        int              lqs_qtype;
@@ -410,6 +410,8 @@ int lquota_disk_write(const struct lu_env *, struct thandle *,
                      __u32, __u64 *);
 int lquota_disk_update_ver(const struct lu_env *, struct dt_device *,
                           struct dt_object *, __u64);
+int lquota_disk_write_glb(const struct lu_env *, struct dt_object *, __u64,
+                         struct lquota_glb_rec *);
 
 /* qmt_dev.c */
 int qmt_glb_init(void);