Eliminate some typedefs. Pavel Reichl (5): xfs: remove the xfs_disk_dquot_t and xfs_dquot_t xfs: remove the xfs_quotainfo_t typedef xfs: remove the xfs_dq_logitem_t typedef xfs: remove the xfs_qoff_logitem_t typedef Replace function declartion by actual definition fs/xfs/libxfs/xfs_dquot_buf.c | 8 +- fs/xfs/libxfs/xfs_format.h | 10 +-- fs/xfs/libxfs/xfs_trans_resv.c | 6 +- fs/xfs/xfs_dquot.c | 20 ++--- fs/xfs/xfs_dquot.h | 98 +++++++++++------------ fs/xfs/xfs_dquot_item.h | 34 ++++---- fs/xfs/xfs_log_recover.c | 5 +- fs/xfs/xfs_qm.c | 50 ++++++------ fs/xfs/xfs_qm.h | 6 +- fs/xfs/xfs_qm_bhv.c | 6 +- fs/xfs/xfs_qm_syscalls.c | 139 ++++++++++++++++----------------- fs/xfs/xfs_trans_dquot.c | 54 ++++++------- 12 files changed, 217 insertions(+), 219 deletions(-) -- 2.23.0