OSDN Git Service

xfs: remove the debug-only q_transp field from struct xfs_dquot
authorChristoph Hellwig <hch@lst.de>
Wed, 12 Jun 2019 15:59:59 +0000 (08:59 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 12 Jun 2019 15:59:59 +0000 (08:59 -0700)
commit76dee76921e138d93dba7aaabece13f2c3c1219f
treecb77078f67ff04260eb74a1c0501ffe819fd6d1f
parentf9a196ee5ab517deff40ae57195416c13c44c13f
xfs: remove the debug-only q_transp field from struct xfs_dquot

The field is only used for a few assertations.  Shrink the dqout
structure instead, similarly to what commit f3ca87389dbf
("xfs: remove i_transp") did for the xfs_inode.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_dquot.h
fs/xfs/xfs_dquot_item.c
fs/xfs/xfs_trans_dquot.c