Merge branch 'akpm' (patches from Andrew)
[cascardo/linux.git] / include / linux / dqblk_qtree.h
index 82a1652..ff8b553 100644 (file)
@@ -34,7 +34,7 @@ struct qtree_mem_dqinfo {
        unsigned int dqi_entry_size;    /* Size of quota entry in quota file */
        unsigned int dqi_usable_bs;     /* Space usable in block for quota data */
        unsigned int dqi_qtree_depth;   /* Precomputed depth of quota tree */
-       struct qtree_fmt_operations *dqi_ops;   /* Operations for entry manipulation */
+       const struct qtree_fmt_operations *dqi_ops; /* Operations for entry manipulation */
 };
 
 int qtree_write_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);