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