mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
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:
parent
2c80e597bc
commit
a29532948a
|
|
@ -10,7 +10,8 @@
|
|||
#define NFSCACHE_H
|
||||
|
||||
#include <linux/sunrpc/svc.h>
|
||||
#include "nfsd.h"
|
||||
|
||||
struct nfsd_net;
|
||||
|
||||
/*
|
||||
* Representation of a reply cache entry.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user