X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_quota.h;h=1823fecca74d4d85f7157fc62e5da0ef6f8a5821;hp=9dd419c845574edd0fd32e3912240d0e69d1dbaa;hb=c159c408293fbebf71a948e630aa9f637f3c8ffe;hpb=bc60e9e0608e0afbda9e1439bf98730a83a5bb87 diff --git a/lustre/include/lustre_quota.h b/lustre/include/lustre_quota.h index 9dd419c..1823fec 100644 --- a/lustre/include/lustre_quota.h +++ b/lustre/include/lustre_quota.h @@ -754,7 +754,7 @@ static inline int lquota_chkquota(quota_interface_t *interface, struct obd_device *obd, unsigned int uid, unsigned int gid, int count, int *flag, struct obd_trans_info *oti, - int isblk, struct inode *inode, int frags) + int isblk, void *data, int frags) { int rc; ENTRY; @@ -763,7 +763,7 @@ static inline int lquota_chkquota(quota_interface_t *interface, QUOTA_CHECK_OP(interface, acquire); rc = QUOTA_OP(interface, chkquota)(obd, uid, gid, count, flag, QUOTA_OP(interface, acquire), oti, - isblk, inode, frags); + isblk, (struct inode *)data, frags); RETURN(rc); }