All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remove EXT4_GET_BLOCKS_KEEP_SIZE flag, etc.
@ 2020-04-15 20:31 Eric Whitney
  2020-04-15 20:31 ` [PATCH 1/2] ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag Eric Whitney
  2020-04-15 20:31 ` [PATCH 2/2] ext4: translate a few more map flags to strings in tracepoints Eric Whitney
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Whitney @ 2020-04-15 20:31 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso, Eric Whitney

Some code was left behind after removing EXT4_EOFBLOCKS_FL and the code
associated with it in order to minimize the amount of change in that
earlier patch and to make it easier to revert in the event that proved
necessary.  The first patch in this series cleans that up.  While
writing that patch I noticed that there were some ext4_map_blocks()
flag translations missing, and the second patch in the series fixes
that.  I've bundled them together here to aid merging, as there's
a common dependency in ext4.h.

Eric Whitney (2):
  ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
  ext4: translate a few more map flags to strings in tracepoints

 fs/ext4/ext4.h              |  2 --
 fs/ext4/extents.c           |  4 ----
 fs/ext4/inode.c             | 12 ++++--------
 include/trace/events/ext4.h |  6 ++++--
 4 files changed, 8 insertions(+), 16 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2020-05-14 14:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 20:31 [PATCH 0/2] remove EXT4_GET_BLOCKS_KEEP_SIZE flag, etc Eric Whitney
2020-04-15 20:31 ` [PATCH 1/2] ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag Eric Whitney
2020-04-22 16:12   ` Jan Kara
2020-05-14 14:43     ` Theodore Y. Ts'o
2020-04-15 20:31 ` [PATCH 2/2] ext4: translate a few more map flags to strings in tracepoints Eric Whitney
2020-04-22 16:14   ` Jan Kara
2020-05-14 14:43     ` Theodore Y. Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.