diff options
Diffstat (limited to 'net/sunrpc/auth_unix.c')
| -rw-r--r-- | net/sunrpc/auth_unix.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_unix.c b/net/sunrpc/auth_unix.c index 4feda2d0a833..548240dd15fc 100644 --- a/net/sunrpc/auth_unix.c +++ b/net/sunrpc/auth_unix.c @@ -23,7 +23,7 @@ struct unx_cred {  };  #define uc_uid			uc_base.cr_uid -#define UNX_WRITESLACK		(21 + (UNX_MAXNODENAME >> 2)) +#define UNX_WRITESLACK		(21 + XDR_QUADLEN(UNX_MAXNODENAME))  #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)  # define RPCDBG_FACILITY	RPCDBG_AUTH  | 
