]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: factor out a helper to end a single sector buffer I/O
authorChristoph Hellwig <hch@lst.de>
Sun, 22 May 2022 11:47:50 +0000 (13:47 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:44:33 +0000 (17:44 +0200)
commit879e5014e5c25c22572281a2e6cf816155def602
treec59d2aacb106c894b42a503be8e334f69313f089
parent8b50f609c2c6c38a6a79cc88a5461b5d91f96fc2
btrfs: factor out a helper to end a single sector buffer I/O

Add a helper to end I/O on a single sector, which will come in handy
with the new read repair code.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c