xfs: widen quota block counters to 64-bit integers
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 17 Apr 2019 23:30:24 +0000 (16:30 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 23 Apr 2019 15:36:23 +0000 (08:36 -0700)
commit903b1fc2737f1c7086420db0a1e550ba0b479a0c
tree7ae6853c1231ece1d76a9d5e50ce18cbbe218d04
parent1fdeaea4d92c69fb9f871a787af6ad00f32eeea7
xfs: widen quota block counters to 64-bit integers

Widen the incore quota transaction delta structure to treat block
counters as 64-bit integers.  This is a necessary addition so that we
can widen the i_delayed_blks counter to be a 64-bit integer.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_qm.h
fs/xfs/xfs_quota.h
fs/xfs/xfs_trans_dquot.c