aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/trace/events/ext4.h
diff options
context:
space:
mode:
authorEric Whitney <enwlinux@gmail.com>2020-04-15 16:31:39 -0400
committerTheodore Ts'o <tytso@mit.edu>2020-06-03 23:16:48 -0400
commit9e52484c713321e84e8834803a44ca0a001376d2 (patch)
tree2f57c962c681b56ec85d36dcbb096f02e94a35b5 /include/trace/events/ext4.h
parentext4: fix a style issue in fs/ext4/acl.c (diff)
downloadwireguard-linux-9e52484c713321e84e8834803a44ca0a001376d2.tar.xz
wireguard-linux-9e52484c713321e84e8834803a44ca0a001376d2.zip
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>
Diffstat (limited to '')
-rw-r--r--include/trace/events/ext4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/ext4.h b/include/trace/events/ext4.h
index 19c87661eeec..40ff8a2fc763 100644
--- a/include/trace/events/ext4.h
+++ b/include/trace/events/ext4.h
@@ -45,7 +45,6 @@ struct partial_cluster;
{ EXT4_GET_BLOCKS_CONVERT, "CONVERT" }, \
{ EXT4_GET_BLOCKS_METADATA_NOFAIL, "METADATA_NOFAIL" }, \
{ EXT4_GET_BLOCKS_NO_NORMALIZE, "NO_NORMALIZE" }, \
- { EXT4_GET_BLOCKS_KEEP_SIZE, "KEEP_SIZE" }, \
{ EXT4_GET_BLOCKS_ZERO, "ZERO" })
/*