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 /fs/nfs/inode.c | |
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 'fs/nfs/inode.c')
-rw-r--r-- | fs/nfs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index e67e31c73416..c7782b278e8b 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -1612,6 +1612,7 @@ static void __exit exit_nfs_fs(void) | |||
1612 | #ifdef CONFIG_PROC_FS | 1612 | #ifdef CONFIG_PROC_FS |
1613 | rpc_proc_unregister("nfs"); | 1613 | rpc_proc_unregister("nfs"); |
1614 | #endif | 1614 | #endif |
1615 | nfs_cleanup_cb_ident_idr(); | ||
1615 | unregister_nfs_fs(); | 1616 | unregister_nfs_fs(); |
1616 | nfs_fs_proc_exit(); | 1617 | nfs_fs_proc_exit(); |
1617 | nfsiod_stop(); | 1618 | nfsiod_stop(); |