commit | 169d2c875ec6461f6d18aaddbc1f30ba2b6b5a29 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Mon Dec 02 17:34:21 2019 -0800 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 20 16:40:54 2020 +0100 |
tree | a7ef4239a293e203882b0926dffb530ac144e5cf | |
parent | eb70d2226347efe3b7de771f8034166c2740418d [diff] |
btrfs: remove trivial goto label in __extent_writepage() Since 40f765805f08 ("Btrfs: split up __extent_writepage to lower stack usage"), done_unlocked is simply a return 0. Get rid of it. Mid-statement block returns don seem to make the code less readable here. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>