On 22/01/2021 16:24, Josef Bacik wrote: >> + /* We cannot split a waited ordered extent */ >> + if (WARN_ON_ONCE(wq_has_sleeper(&ordered->wait))) { >> + ret = -EINVAL; >> + goto out; >> + } Oops that must be a leftover from debugging. Though we never hit that WARN().