diff options
author | Qu Wenruo <wqu@suse.com> | 2020-06-24 18:03:11 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-09-07 21:00:36 -0400 |
commit | e3427184f38a3a5d2ac9a3c200a5c3fc17592ec6 (patch) | |
tree | aa3021bacba25f9a905ad668ef8ad2136bdd7687 /.checkpatch.conf | |
parent | 01347f64d5f86ae467141550f84ed0f97415a9ff (diff) | |
download | u-boot-e3427184f38a3a5d2ac9a3c200a5c3fc17592ec6.tar.gz u-boot-e3427184f38a3a5d2ac9a3c200a5c3fc17592ec6.tar.xz u-boot-e3427184f38a3a5d2ac9a3c200a5c3fc17592ec6.zip |
fs: btrfs: Implement btrfs_file_read()
This version of btrfs_file_read() has the following new features:
- Tries all mirrors
- More handling on unaligned size
- Better compressed extent handling
The old implementation doesn't handle compressed extent with offset
properly: we need to read out the whole compressed extent, then
decompress the whole extent, and only then copy the requested part.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Marek BehĂșn <marek.behun@nic.cz>
Diffstat (limited to '.checkpatch.conf')
0 files changed, 0 insertions, 0 deletions