X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Ffs%2Fxfs%2Flibxfs%2Fxfs_quota_defs.h;fp=kernel%2Ffs%2Fxfs%2Flibxfs%2Fxfs_quota_defs.h;h=f51078f1e92ad4e29b6dbe4c9e4fe8f46f9b2be6;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=1b0a08379759dc5caee2f3acc8780d0011fbc4ad;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git diff --git a/kernel/fs/xfs/libxfs/xfs_quota_defs.h b/kernel/fs/xfs/libxfs/xfs_quota_defs.h index 1b0a08379..f51078f1e 100644 --- a/kernel/fs/xfs/libxfs/xfs_quota_defs.h +++ b/kernel/fs/xfs/libxfs/xfs_quota_defs.h @@ -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__ */