On Thu, Oct 14, 2021 at 07:16:50AM -0600, Jens Axboe wrote: > On 10/13/21 11:38 PM, Christoph Hellwig wrote: > > On Wed, Oct 13, 2021 at 02:44:14PM -0600, Jens Axboe wrote: > >> The fast path is no splitting needed. Separate the handling into a > >> check part we can inline, and an out-of-line handling path if we do > >> need to split. > >> > >> Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> > > > > What about something like this version instead? > > A bit of a combo, I think this will do fine. Fine with me: Reviewed-by: Christoph Hellwig <hch@xxxxxx>