diff options
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r-- | fs/nfsd/netns.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h index e1f479c162b5..3831ef6e5c75 100644 --- a/fs/nfsd/netns.h +++ b/fs/nfsd/netns.h @@ -92,9 +92,7 @@ struct nfsd_net { bool nfsd_net_up; bool lockd_up; - /* - * Time of server startup - */ + /* Time of server startup */ struct timeval nfssvc_boot; /* @@ -103,6 +101,8 @@ struct nfsd_net { */ unsigned int max_connections; + u32 clientid_counter; + struct svc_serv *nfsd_serv; }; |