mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 23:09:29 +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:
+2
-1
@@ -10,7 +10,8 @@
|
||||
#define NFSCACHE_H
|
||||
|
||||
#include <linux/sunrpc/svc.h>
|
||||
#include "nfsd.h"
|
||||
|
||||
struct nfsd_net;
|
||||
|
||||
/*
|
||||
* Representation of a reply cache entry.
|
||||
|
||||
Reference in New Issue
Block a user