ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
authorEric Whitney <enwlinux@gmail.com>
Wed, 15 Apr 2020 20:31:39 +0000 (16:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:48 +0000 (23:16 -0400)
commit9e52484c713321e84e8834803a44ca0a001376d2
tree2f57c962c681b56ec85d36dcbb096f02e94a35b5
parent6b6aeffc932d5469c0dbb114bee59f34e8e02e65
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag

The eofblocks code was removed in the 5.7 release by "ext4: remove
EOFBLOCKS_FL and associated code" (4337ecd1fe99).  The ext4_map_blocks()
flag used to trigger it can now be removed as well.

Signed-off-by: Eric Whitney <enwlinux@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200415203140.30349-2-enwlinux@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c
include/trace/events/ext4.h