[PATCH 4/9] NFSD: Remove '#include "nfsd.h"' from fs/nfsd/cache.h
Chuck Lever <[email protected]>
| Newsgroups | gmane.linux.nfs |
|---|---|
| Message-ID | <[email protected]> |
Clean up: cache.h does not need the full definition of struct nfsd_net. A forward declaration suffices. Signed-off-by: Chuck Lever <[email protected]> --- fs/nfsd/cache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/nfsd/cache.h b/fs/nfsd/cache.h index bb7addef4a31..3bc4856e34b8 100644 --- a/fs/nfsd/cache.h +++ b/fs/nfsd/cache.h @@ -10,7 +10,8 @@ #define NFSCACHE_H #include <linux/sunrpc/svc.h> -#include "nfsd.h" + +struct nfsd_net; /* * Representation of a reply cache entry. -- 2.54.0