commit | 19dce7eaef7f8fdecab965afacc7a7bf3eb4e0a1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 14 10:37:32 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 28 20:24:14 2020 -0700 |
tree | 5125284e38eab85f0785dd0a23f32ff82b9a4f42 | |
parent | c8c45fb2f614e1d30526c5aa304352923ad76416 [diff] |
xfs: stop using q_core timers in the quota code Add timers fields to the incore dquot, and use that instead of the ones in qcore. This eliminates a bunch of endian conversions and will eventually allow us to remove qcore entirely. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Allison Collins <allison.henderson@oracle.com>