Re: [PATCH v5 2/4] selftests/landlock: Selftests for file truncation support
From: Günther Noack <hidden>
Date: 2022-08-19 05:24:53
Also in:
linux-fsdevel
From: Günther Noack <hidden>
Date: 2022-08-19 05:24:53
Also in:
linux-fsdevel
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:quoted
+/* + * 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 --