Thread (28 messages) 28 messages, 4 authors, 2024-09-04

Re: [PATCH xfstests v2 1/2] statx: update headers to include newer statx fields

From: Amir Goldstein <amir73il@gmail.com>
Date: 2024-09-03 06:49:44
Also in: fstests, linux-fsdevel, linux-nfs, linux-perf-users, lkml

On Mon, Sep 2, 2024 at 6:46 PM Aleksa Sarai [off-list ref] wrote:
These come from Linux v6.11-rc5.

Signed-off-by: Aleksa Sarai <redacted>
---
 src/open_by_handle.c |  4 +++-
 src/statx.h          | 22 ++++++++++++++++++++--
 2 files changed, 23 insertions(+), 3 deletions(-)
This patch conflicts with commit
873e36c9 - statx.h: update to latest kernel UAPI
already in for-next branch (this is the branch to base patches on)
quoted hunk ↗ jump to hunk
diff --git a/src/open_by_handle.c b/src/open_by_handle.c
index 0f74ed08b1f0..d9c802ca9bd1 100644
--- a/src/open_by_handle.c
+++ b/src/open_by_handle.c
@@ -82,12 +82,14 @@ Examples:
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <sys/stat.h>
 #include <sys/types.h>
 #include <errno.h>
 #include <linux/limits.h>
 #include <libgen.h>

+#include <sys/stat.h>
+#include "statx.h"
+
So probably best to squash this one liner into the 2nd patch.
I guess Zorro can do it on commit if needed.

Thanks,
Amir.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help