xfs: remove the xfs_dq_logitem_t typedef
Signed-off-by: Pavel Reichl <preichl@redhat.com> 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
c072fbefe4
commit
fd8b81dbbb
@@ -40,7 +40,7 @@ struct xfs_dquot {
|
||||
xfs_fileoff_t q_fileoffset;
|
||||
|
||||
struct xfs_disk_dquot q_core;
|
||||
xfs_dq_logitem_t q_logitem;
|
||||
struct xfs_dq_logitem q_logitem;
|
||||
/* total regular nblks used+reserved */
|
||||
xfs_qcnt_t q_res_bcount;
|
||||
/* total inos allocd+reserved */
|
||||
|
Reference in New Issue
Block a user