aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/xfs_dquot.h
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2019-11-12 17:04:26 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2019-11-13 18:22:26 -0800
commitfd8b81dbbb23d4a3508cfac83256b4f5e770941c (patch)
tree79eda43d4aad83f5aa51c05fe3e22625467121cd /fs/xfs/xfs_dquot.h
parentxfs: remove the xfs_quotainfo_t typedef (diff)
downloadwireguard-linux-fd8b81dbbb23d4a3508cfac83256b4f5e770941c.tar.xz
wireguard-linux-fd8b81dbbb23d4a3508cfac83256b4f5e770941c.zip
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>
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
-rw-r--r--fs/xfs/xfs_dquot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h
index 831e4270cf65..fe3e46df604b 100644
--- a/fs/xfs/xfs_dquot.h
+++ b/fs/xfs/xfs_dquot.h
@@ -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 */