]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
btrfs: introduce helper to handle page status update in end_bio_extent_readpage()
authorQu Wenruo <wqu@suse.com>
Fri, 13 Nov 2020 12:51:29 +0000 (20:51 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 8 Dec 2020 14:54:13 +0000 (15:54 +0100)
commite09caaf913a9d3d7fc892c0b5a85e6b2ec3728dc
tree2544371884246381287ed958c4a384addf970f88
parent94e8c95ccba8bc25b6385b8c2ba1b9cd90e86de6
btrfs: introduce helper to handle page status update in end_bio_extent_readpage()

Introduce a new helper to handle update page status in
end_bio_extent_readpage(). This will be later used for subpage support
where the page status update can be more complex than now.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c