On Jul 17, 2025, at 13:16, Christoph Hellwig <hch@xxxxxx> wrote: > > On Thu, Jul 17, 2025 at 12:52:14AM +0800, Alan Huang wrote: >>> Does clamp() handle the case where @max < @min properly? >> >> No, it only has BUILD_BUG_ON_MSG(statically_true(ulo > uhi), “xxx") > > Well, I guess we'll just need to drop this patch then, right? > Yeah, I think so.