On Wed, Mar 19, 2025 at 08:59:24PM +0530, Meet Soni wrote: > This patch series attempts to avoid making an assumption regarding error codes > returned by block_writer_add(). > > Changes since v4: > - update commit message. > - add documentation comment. One additional change that isn't mentioned here is that we now check for REFTABLE_ENTRY_TOO_BIG_ERROR the second time we call `block_writer_add()` when writing object records, which is what my only concern was. So with that now addressed I'm happy with this patch series, thanks for working on it! Patrick