linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] remove several typedefs in quota code
@ 2019-11-10  6:24 Pavel Reichl
  2019-11-10  6:24 ` [PATCH v3 1/4] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t Pavel Reichl
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pavel Reichl @ 2019-11-10  6:24 UTC (permalink / raw)
  To: linux-xfs; +Cc: Pavel Reichl

Eliminate some typedefs.


Pavel Reichl (4):
  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

 fs/xfs/libxfs/xfs_dquot_buf.c  |   8 +--
 fs/xfs/libxfs/xfs_format.h     |  10 +--
 fs/xfs/libxfs/xfs_trans_resv.c |   5 +-
 fs/xfs/xfs_dquot.c             |  20 +++---
 fs/xfs/xfs_dquot.h             | 111 +++++++++++++++++++--------------
 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       |  29 +++++----
 fs/xfs/xfs_trans_dquot.c       |  56 ++++++++---------
 12 files changed, 181 insertions(+), 159 deletions(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-10 21:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10  6:24 [PATCH v3 0/4] remove several typedefs in quota code Pavel Reichl
2019-11-10  6:24 ` [PATCH v3 1/4] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t Pavel Reichl
2019-11-10 21:07   ` Dave Chinner
2019-11-10  6:24 ` [PATCH v3 2/4] xfs: remove the xfs_quotainfo_t typedef Pavel Reichl
2019-11-10 21:08   ` Dave Chinner
2019-11-10  6:24 ` [PATCH v3 3/4] xfs: remove the xfs_dq_logitem_t typedef Pavel Reichl
2019-11-10 21:09   ` Dave Chinner
2019-11-10  6:24 ` [PATCH v3 4/4] xfs: remove the xfs_qoff_logitem_t typedef Pavel Reichl
2019-11-10 21:22   ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).