From 162208003ae4e07975642c65afa4178a3198f402 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 8 Jun 2022 09:20:38 -0400 Subject: [PATCH] LU-12511 test: use proper UAPI header for fsx test app Using uapi as part of the path of the header forces the use of the OpenSFS tree internal headers instead of an possible external UAPI headers; which is the case for the native Linux Lustre client. Just use linux/lustre path for UAPI headers which works in all cases. Change-Id: Ia46021f39a8f2e4ecae71846cbb76464617d12ab Test-Parameters: trivial Fixes: 90ba8b4ac ("LU-14642 test: add fsx mirror file test mode") Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/47565 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Bobi Jam Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin --- lustre/tests/fsx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/fsx.c b/lustre/tests/fsx.c index 5234ffc..fde6abe 100644 --- a/lustre/tests/fsx.c +++ b/lustre/tests/fsx.c @@ -75,7 +75,7 @@ #include #include -#include +#include #include /* -- 1.8.3.1