ext4: translate a few more map flags to strings in tracepoints
authorEric Whitney <enwlinux@gmail.com>
Wed, 15 Apr 2020 20:31:40 +0000 (16:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:49 +0000 (23:16 -0400)
commit493e83aafa02316bc79ec90041c378d7902194fa
tree3d216996380d9eaaa2a73ea6bff92559426849f9
parent9e52484c713321e84e8834803a44ca0a001376d2
ext4: translate a few more map flags to strings in tracepoints

As new ext4_map_blocks() flags have been added, not all have gotten flag
bit to string translations to make tracepoint output more readable.
Fix that, and go one step further by adding a translation for the
EXT4_EX_NOCACHE flag as well.  The EXT4_EX_FORCE_CACHE flag can never
be set in a tracepoint in the current code, so there's no need to
bother with a translation for it right now.

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