diff options
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r-- | fs/nfsd/netns.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h index 1ff781f9c3d0..1e76030e1d16 100644 --- a/fs/nfsd/netns.h +++ b/fs/nfsd/netns.h | |||
@@ -50,12 +50,16 @@ struct nfsd_net { | |||
50 | * | 50 | * |
51 | * conf_id_hashtbl[], and conf_name_tree hold confirmed | 51 | * conf_id_hashtbl[], and conf_name_tree hold confirmed |
52 | * setclientid_confirmed info. | 52 | * setclientid_confirmed info. |
53 | * | ||
54 | * unconf_str_hastbl[] and unconf_name_tree hold unconfirmed | ||
55 | * setclientid info. | ||
53 | */ | 56 | */ |
54 | struct list_head *reclaim_str_hashtbl; | 57 | struct list_head *reclaim_str_hashtbl; |
55 | int reclaim_str_hashtbl_size; | 58 | int reclaim_str_hashtbl_size; |
56 | struct list_head *conf_id_hashtbl; | 59 | struct list_head *conf_id_hashtbl; |
57 | struct rb_root conf_name_tree; | 60 | struct rb_root conf_name_tree; |
58 | struct list_head *unconf_id_hashtbl; | 61 | struct list_head *unconf_id_hashtbl; |
62 | struct rb_root unconf_name_tree; | ||
59 | }; | 63 | }; |
60 | 64 | ||
61 | extern int nfsd_net_id; | 65 | extern int nfsd_net_id; |