hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/nfsd/netns.h
....@@ -42,9 +42,6 @@
4242 bool grace_ended;
4343 time64_t boot_time;
4444
45
- /* internal mount of the "nfsd" pseudofilesystem: */
46
- struct vfsmount *nfsd_mnt;
47
-
4845 struct dentry *nfsd_client_dir;
4946
5047 /*
....@@ -121,6 +118,9 @@
121118 wait_queue_head_t ntf_wq;
122119 atomic_t ntf_refcnt;
123120
121
+ /* Allow umount to wait for nfsd state cleanup */
122
+ struct completion nfsd_shutdown_complete;
123
+
124124 /*
125125 * clientid and stateid data for construction of net unique COPY
126126 * stateids.