]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: btrfs: Introduce lookup_data_extent() for later use
authorQu Wenruo <wqu@suse.com>
Wed, 24 Jun 2020 16:03:10 +0000 (18:03 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 00:57:27 +0000 (20:57 -0400)
commit01347f64d5f86ae467141550f84ed0f97415a9ff
treeff43d0b5f581ab49f5d2417bcf7d3c444a041c7b
parenta26a6bedafcf3ddacb90ec4353306c2f8a5e36dc
fs: btrfs: Introduce lookup_data_extent() for later use

This implements lookup_data_extent() function for the incoming
new implementation of btrfs_file_read().

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>
fs/btrfs/inode.c