linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs-4.19: inode cleanups
@ 2018-07-25  1:14 Darrick J. Wong
  2018-07-25  1:14 ` [PATCH 1/2] xfs: kill IHOLD Darrick J. Wong
  2018-07-25  1:14 ` [PATCH 2/2] xfs: clean up IRELE/iput callsites Darrick J. Wong
  0 siblings, 2 replies; 12+ messages in thread
From: Darrick J. Wong @ 2018-07-25  1:14 UTC (permalink / raw)
  To: darrick.wong; +Cc: linux-xfs

Hi all,

This series cleans up XFS inode handling.  The first patch removes the
unused IHOLD macro; the second patch replaces the IRELE macro with a
proper function that can be typechecked.  Having done that, the scrub
code can use the new function, which allows me to trace iget/iput calls
in the scrub code.

Comments and questions are, as always, welcome.

--D

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

end of thread, other threads:[~2018-07-25 20:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-25  1:14 [PATCH 0/2] xfs-4.19: inode cleanups Darrick J. Wong
2018-07-25  1:14 ` [PATCH 1/2] xfs: kill IHOLD Darrick J. Wong
2018-07-25  3:06   ` Carlos Maiolino
2018-07-25  4:56   ` Christoph Hellwig
2018-07-25 16:24     ` Darrick J. Wong
2018-07-25  1:14 ` [PATCH 2/2] xfs: clean up IRELE/iput callsites Darrick J. Wong
2018-07-25  4:00   ` Carlos Maiolino
2018-07-25 16:25     ` Darrick J. Wong
2018-07-25  4:58   ` Christoph Hellwig
2018-07-25 19:12     ` Darrick J. Wong
2018-07-25 11:26   ` Brian Foster
2018-07-25 19:45     ` Darrick J. Wong

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).