commit | e182163d9cbe86bc0f754068628df55e6dc073d3 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Thu Aug 15 14:04:04 2019 -0700 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 09 14:59:17 2019 +0200 |
tree | 3e90923bea522e6fbae6b10c7e3b5b060eea72fd | |
parent | f50cb7aff9645998b3269eac903a5e01cd6ba689 [diff] |
btrfs: stop clearing EXTENT_DIRTY in inode I/O tree Since commit fee187d9d9dd ("Btrfs: do not set EXTENT_DIRTY along with EXTENT_DELALLOC"), we never set EXTENT_DIRTY in inode->io_tree, so we can simplify and stop trying to clear it. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>