xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
Pass xfs_dquot rather than xfs_disk_dquot to xfs_qm_adjust_dqtimers; this makes it symmetric with xfs_qm_adjust_dqlimits and will help the next patch. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Allison Collins <allison.henderson@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
committed by
Darrick J. Wong
parent
8d077f5bfc
commit
3dbb9aa310
@ -114,8 +114,9 @@ xfs_qm_adjust_dqlimits(
|
||||
void
|
||||
xfs_qm_adjust_dqtimers(
|
||||
struct xfs_mount *mp,
|
||||
struct xfs_disk_dquot *d)
|
||||
struct xfs_dquot *dq)
|
||||
{
|
||||
struct xfs_disk_dquot *d = &dq->q_core;
|
||||
ASSERT(d->d_id);
|
||||
|
||||
#ifdef DEBUG
|
||||
|
Reference in New Issue
Block a user