diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfs_idmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfs_idmap.h b/include/linux/nfs_idmap.h index 50df56b5a01e..a0f1f25e0ead 100644 --- a/include/linux/nfs_idmap.h +++ b/include/linux/nfs_idmap.h @@ -60,6 +60,10 @@ struct idmap_msg { }; #ifdef __KERNEL__ + +/* Forward declaration to make this header independent of others */ +struct nfs4_client; + void nfs_idmap_new(struct nfs4_client *); void nfs_idmap_delete(struct nfs4_client *); |
