Re: [PATCH v11 04/14] btrfs: add ram_bytes and offset to btrfs_ordered_extent
From: Omar Sandoval <osandov@osandov.com>
Date: 2021-10-21 16:55:34
Also in:
linux-btrfs, linux-fsdevel
From: Omar Sandoval <osandov@osandov.com>
Date: 2021-10-21 16:55:34
Also in:
linux-btrfs, linux-fsdevel
On Thu, Oct 21, 2021 at 03:44:52PM +0300, Nikolay Borisov wrote:
On 1.09.21 г. 20:00, Omar Sandoval wrote:quoted
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 whichChange RWF_ENCODED to simply encoded as we no longer rely on RWF flags, same thing for the changelog in the next patch.
Oops, I checked the diff for stray references to RWF_ENCODED but I forgot to check the commit messages. Thanks, I'll fix it.