diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2020-07-14 20:37:32 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2020-07-29 06:24:14 +0300 |
commit | 51dbb1be52fedfe7f612854bfcba3400043a7a75 (patch) | |
tree | d16d4c87479dfae48ef02e9314a6d17ed3b095e2 /fs/xfs/xfs_dquot.h | |
parent | 19dce7eaef7f8fdecab965afacc7a7bf3eb4e0a1 (diff) | |
download | linux-51dbb1be52fedfe7f612854bfcba3400043a7a75.tar.xz |
xfs: remove qcore from incore dquots
Now that we've stopped using qcore entirely, drop it from the incore
dquot.
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>
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
-rw-r--r-- | fs/xfs/xfs_dquot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h index 69dbf3d95bf3..48fb0f263981 100644 --- a/fs/xfs/xfs_dquot.h +++ b/fs/xfs/xfs_dquot.h @@ -72,7 +72,6 @@ struct xfs_dquot { struct xfs_dquot_res q_ino; /* inodes */ struct xfs_dquot_res q_rtb; /* realtime blocks */ - struct xfs_disk_dquot q_core; struct xfs_dq_logitem q_logitem; xfs_qcnt_t q_prealloc_lo_wmark; |