commit | f0cdd15c219dd0be8cae47f60b773efe1361336e | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Fri Jun 19 15:24:51 2020 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon Jul 27 12:55:30 2020 +0200 |
tree | 5ba370c57b1948c2477b4c53cb56810f934143c0 | |
parent | c92bb3046ff639df5c39fea6cfedea6e9885e36d [diff] |
btrfs: tracepoints: convert flush states to using EM macros Only 6 out of all flush states were being printed correctly since only they were exported via the TRACE_DEFINE_ENUM macro. This patch converts all flush states to use the newly introduced EM macro so that they can all be printed correctly. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>