On 20.11.19 г. 20:24 ч., Omar Sandoval wrote: > From: Omar Sandoval <osandov@xxxxxx> > > Currently, we only create ordered extents when ram_bytes == num_bytes > and offset == 0. However, RWF_ENCODED writes may create extents which > only refer to a subset of the full unencoded extent, so we need to plumb > these fields through the ordered extent infrastructure and pass them > down to insert_reserved_file_extent(). > > Since we're changing the btrfs_add_ordered_extent* signature, let's get > rid of the trivial wrappers and add a kernel-doc. > > Signed-off-by: Omar Sandoval <osandov@xxxxxx> Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx>