kernel/fs/nfsd/netns.h
.. .. @@ -42,9 +42,6 @@ 42 42 bool grace_ended; 43 43 time64_t boot_time; 44 44 45 - /* internal mount of the "nfsd" pseudofilesystem: */46 - struct vfsmount *nfsd_mnt;47 -48 45 struct dentry *nfsd_client_dir; 49 46 50 47 /* .. .. @@ -121,6 +118,9 @@ 121 118 wait_queue_head_t ntf_wq; 122 119 atomic_t ntf_refcnt; 123 120 121 + /* Allow umount to wait for nfsd state cleanup */122 + struct completion nfsd_shutdown_complete;123 +124 124 /* 125 125 * clientid and stateid data for construction of net unique COPY 126 126 * stateids.