On Thu, Aug 18, 2022 at 10:39:27PM +0200, Mickaël Salaün wrote: > On 17/08/2022 22:30, Günther Noack wrote: > > +/* > > + * Invokes creat(2) and returns its errno or 0. > > + * Closes the opened file descriptor on success. > > + */ > > +static int test_creat(const char *const path, mode_t mode) > > This "mode" argument is always 0600. If it's OK with you, I hard code this > mode and push this series to -next with some small cosmetic fixes. Yes, absolutely. Please do these fixes and push it to -next. :) Thanks, —Günther --