aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2019-03-14 15:28:30 +0200
committerDavid Sterba <dsterba@suse.com>2019-04-29 19:02:20 +0200
commit4e586ca3c3e63269e136b8c1f20bf5943a0b94ca (patch)
treecbed0f82665dd2e957dcacb7aebaab175e40b87f /include/trace
parentbtrfs: Turn an 'else if' into an 'else' in btrfs_uuid_tree_add (diff)
downloadlinux-dev-4e586ca3c3e63269e136b8c1f20bf5943a0b94ca.tar.xz
linux-dev-4e586ca3c3e63269e136b8c1f20bf5943a0b94ca.zip
btrfs: Remove EXTENT_WRITEBACK
This flag was introduced in a52d9a8033c4 ("Btrfs: Extent based page cache code.") and subsequently it's usage effectively was removed by 1edbb734b4e0 ("Btrfs: reduce CPU usage in the extent_state tree") and f2a97a9dbd86 ("btrfs: remove all unused functions"). Just remove it, no functional changes. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/btrfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/btrfs.h b/include/trace/events/btrfs.h
index 74a11b23b7d4..8b12753fee78 100644
--- a/include/trace/events/btrfs.h
+++ b/include/trace/events/btrfs.h
@@ -102,7 +102,6 @@ TRACE_DEFINE_ENUM(COMMIT_TRANS);
#define EXTENT_FLAGS \
{ EXTENT_DIRTY, "DIRTY"}, \
- { EXTENT_WRITEBACK, "WRITEBACK"}, \
{ EXTENT_UPTODATE, "UPTODATE"}, \
{ EXTENT_LOCKED, "LOCKED"}, \
{ EXTENT_NEW, "NEW"}, \