From f9e80911fada4285ed977f8ae2bcf9cc18dada3e Mon Sep 17 00:00:00 2001 From: Feng Shuo Date: Fri, 26 Dec 2025 23:34:06 +0800 Subject: [PATCH] Fix the compiling error on aarch64 Fix the include sequence which causes a compiling error on aarch64. (cherry picked from commit f5fed0e3f4ad6f98427baa53f5e7505df831dd81) --- fs/fuse/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index db8046716077fa..67581ce277b560 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -6,8 +6,8 @@ See the file COPYING. */ -#include "fuse_dlm_cache.h" #include "fuse_i.h" +#include "fuse_dlm_cache.h" #include #include