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-07-12 16:45:49 -04:00
parent 2c80e597bc
commit a29532948a

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.