NFSD: Remove '#include "nfsd.h"' from fs/nfsd/cache.h

Clean up: cache.h does not need the full definition of struct
nfsd_net. A forward declaration suffices.

Link: https://patch.msgid.link/20260712204554.125308-5-cel@kernel.org
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <cel@kernel.org>
This commit is contained in:
Chuck Lever
2026-08-10 09:54:35 -04:00
parent 2c80e597bc
commit a29532948a
+2 -1
View File
@@ -10,7 +10,8 @@
#define NFSCACHE_H
#include <linux/sunrpc/svc.h>
#include "nfsd.h"
struct nfsd_net;
/*
* Representation of a reply cache entry.