commit | a26a6bedafcf3ddacb90ec4353306c2f8a5e36dc | [log] [tgz] |
---|---|---|
author | Qu Wenruo <wqu@suse.com> | Wed Jun 24 18:03:09 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 07 20:57:27 2020 -0400 |
tree | 439039164adcd623683276767e05539dbce623ad | |
parent | 0cc8fc65c15efde484f7f6a7444ef94ce86c13b1 [diff] |
fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg() These two functions are used to do sector aligned read, which will be later used to implement btrfs_file_read(). Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>