Commit d9efde4d authored by Linus Torvalds's avatar Linus Torvalds

Add forward-declaration of "struct nfs4_client" to make

nfs_idmap.h independent of CONFIG_NFS4 and other header
files.
parent ed362736
...@@ -60,6 +60,10 @@ struct idmap_msg { ...@@ -60,6 +60,10 @@ struct idmap_msg {
}; };
#ifdef __KERNEL__ #ifdef __KERNEL__
/* Forward declaration to make this header independent of others */
struct nfs4_client;
void nfs_idmap_new(struct nfs4_client *); void nfs_idmap_new(struct nfs4_client *);
void nfs_idmap_delete(struct nfs4_client *); void nfs_idmap_delete(struct nfs4_client *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment