xfs: handle dquot buffer readahead in log recovery correctly
[firefly-linux-kernel-4.4.55.git] / fs / xfs / libxfs / xfs_quota_defs.h
index 1b0a08379759dc5caee2f3acc8780d0011fbc4ad..f51078f1e92ad4e29b6dbe4c9e4fe8f46f9b2be6 100644 (file)
@@ -153,7 +153,7 @@ typedef __uint16_t  xfs_qwarncnt_t;
 #define XFS_QMOPT_RESBLK_MASK  (XFS_QMOPT_RES_REGBLKS | XFS_QMOPT_RES_RTBLKS)
 
 extern int xfs_dqcheck(struct xfs_mount *mp, xfs_disk_dquot_t *ddq,
-                      xfs_dqid_t id, uint type, uint flags, char *str);
+                      xfs_dqid_t id, uint type, uint flags, const char *str);
 extern int xfs_calc_dquots_per_chunk(unsigned int nbblks);
 
 #endif /* __XFS_QUOTA_H__ */