On Wed, Oct 11, 2023 at 11:02:35AM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > When realtime support is not compiled into the kernel, these functions > should return negative errnos, not positive errnos. While we're at it, > fix a broken macro declaration. I would love to eventually see these as inline functions to also improve error checking. I'm not going to burden that on you now, though. Reviewed-by: Christoph Hellwig <hch@xxxxxx>