Whamcloud - gitweb
LU-6142 lustre: change various operations structs to const
[fs/lustre-release.git] / lustre / quota / qsd_entry.c
index 5ecf8fe..c3a434f 100644 (file)
@@ -184,7 +184,7 @@ static void qsd_lqe_debug(struct lquota_entry *lqe, void *arg,
 /*
  * Vector of quota entry operations supported on the slave
  */
-struct lquota_entry_operations qsd_lqe_ops = {
+const struct lquota_entry_operations qsd_lqe_ops = {
        .lqe_init               = qsd_lqe_init,
        .lqe_read               = qsd_lqe_read,
        .lqe_debug              = qsd_lqe_debug,