diff options
author | Omar Sandoval <osandov@fb.com> | 2019-12-02 17:34:21 -0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-01-20 16:40:54 +0100 |
commit | 169d2c875ec6461f6d18aaddbc1f30ba2b6b5a29 (patch) | |
tree | a7ef4239a293e203882b0926dffb530ac144e5cf /fs/btrfs/inode.c | |
parent | eb70d2226347efe3b7de771f8034166c2740418d (diff) | |
download | linux-169d2c875ec6461f6d18aaddbc1f30ba2b6b5a29.tar.gz linux-169d2c875ec6461f6d18aaddbc1f30ba2b6b5a29.tar.bz2 linux-169d2c875ec6461f6d18aaddbc1f30ba2b6b5a29.zip |
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>
Diffstat (limited to 'fs/btrfs/inode.c')
0 files changed, 0 insertions, 0 deletions