Re: [PATCH v11 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
From: Nikolay Borisov <hidden>
Date: 2021-10-21 12:44:57
Also in:
linux-btrfs, linux-fsdevel
From: Nikolay Borisov <hidden>
Date: 2021-10-21 12:44:57
Also in:
linux-btrfs, linux-fsdevel
On 1.09.21 г. 20:00, Omar Sandoval wrote:
From: Omar Sandoval <redacted> Currently, we only create ordered extents when ram_bytes == num_bytes and offset == 0. However, RWF_ENCODED writes may create extents which
Change RWF_ENCODED to simply encoded as we no longer rely on RWF flags, same thing for the changelog in the next patch. <snip>