diff options
author | Andy Adamson <andros@netapp.com> | 2011-01-05 21:04:30 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-01-06 14:46:24 -0500 |
commit | f4eecd5da3422e82e88e36c33cbd2595eebcacb1 (patch) | |
tree | 8e49bbe401ed4233e1652843489a4360a94dc69b /include/linux | |
parent | ea00528126a701845d7c445e725b271940381e3d (diff) |
NFS implement v4.0 callback_ident
Use the small id to pointer translator service to provide a unique callback
identifier per SETCLIENTID call used to identify the v4.0 callback service
associated with the clientid.
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 452d96436d26..1eaa054a2c7d 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -71,6 +71,7 @@ struct nfs_client { | |||
71 | */ | 71 | */ |
72 | char cl_ipaddr[48]; | 72 | char cl_ipaddr[48]; |
73 | unsigned char cl_id_uniquifier; | 73 | unsigned char cl_id_uniquifier; |
74 | u32 cl_cb_ident; /* v4.0 callback identifier */ | ||
74 | const struct nfs4_minor_version_ops *cl_mvops; | 75 | const struct nfs4_minor_version_ops *cl_mvops; |
75 | #endif /* CONFIG_NFS_V4 */ | 76 | #endif /* CONFIG_NFS_V4 */ |
76 | 77 | ||