From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/nfsd/export.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'include/arch/x86_64/linux/nfsd/export.h') diff --git a/include/arch/x86_64/linux/nfsd/export.h b/include/arch/x86_64/linux/nfsd/export.h index 37a0ffae..4acf5b68 100644 --- a/include/arch/x86_64/linux/nfsd/export.h +++ b/include/arch/x86_64/linux/nfsd/export.h @@ -37,8 +37,7 @@ /* 0x100 currently unused */ #define NFSEXP_NOHIDE 0x0200 #define NFSEXP_NOSUBTREECHECK 0x0400 -#define NFSEXP_NOAUTHNLM \ - 0x0800 /* Don't authenticate NLM requests - just trust */ +#define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */ #define NFSEXP_MSNFS \ 0x1000 /* do silly things that MS clients expect; no longer supported \ */ @@ -61,9 +60,7 @@ #define NFSEXP_ALLFLAGS 0x3FEFF /* The flags that may vary depending on security flavor: */ -#define NFSEXP_SECINFO_FLAGS \ - (NFSEXP_READONLY | NFSEXP_ROOTSQUASH | NFSEXP_ALLSQUASH | \ - NFSEXP_INSECURE_PORT) +#define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH | NFSEXP_ALLSQUASH | NFSEXP_INSECURE_PORT) /* * Transport layer security policies that are permitted to access @@ -75,7 +72,6 @@ #define NFSEXP_XPRTSEC_NUM (3) -#define NFSEXP_XPRTSEC_ALL \ - (NFSEXP_XPRTSEC_NONE | NFSEXP_XPRTSEC_TLS | NFSEXP_XPRTSEC_MTLS) +#define NFSEXP_XPRTSEC_ALL (NFSEXP_XPRTSEC_NONE | NFSEXP_XPRTSEC_TLS | NFSEXP_XPRTSEC_MTLS) #endif /* NFSD_EXPORT_H */ -- cgit v1.2.3