On Fri, Dec 15, 2023 at 10:29:31PM -0500, Kent Overstreet wrote: > From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> > > There's really no overlap between uapi/linux/wait.h and linux/wait.h. > There are two files which rely on the uapi file being implcitly included, > so explicitly include it there and remove it from the main header file. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx> > --- Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>