]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: refactor end_bio_extent_readpage code flow
authorChristoph Hellwig <hch@lst.de>
Sun, 22 May 2022 11:47:51 +0000 (13:47 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:44:34 +0000 (17:44 +0200)
commit16eb8d7c49bade79192d940d20a4707968746e6a
treeb1a8a678254c1248fbbb76512d24352279a7f26b
parent879e5014e5c25c22572281a2e6cf816155def602
btrfs: refactor end_bio_extent_readpage code flow

Untangle the goto and move the code it jumps to so it goes in the order
of the most likely states first.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
[ update changelog ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c