Re: [PATCH 07/13] fs: add FOP_UNCACHED flag

From: Matthew Wilcox
Date: Fri Nov 08 2024 - 13:27:53 EST


On Fri, Nov 08, 2024 at 10:43:30AM -0700, Jens Axboe wrote:
> + if (flags & RWF_UNCACHED) {

You introduce RWF_UNCACHED in the next patch, so this one's a bisection
hazard.