kernel/fs/nfsd/export.h
.. .. @@ -61,6 +61,7 @@ 61 61 u32 ex_layout_types; 62 62 struct nfsd4_deviceid_map *ex_devid_map; 63 63 struct cache_detail *cd; 64 + struct rcu_head ex_rcu;64 65 }; 65 66 66 67 /* an "export key" (expkey) maps a filehandlefragement to an .. .. @@ -75,6 +76,7 @@ 75 76 u32 ek_fsid[6]; 76 77 77 78 struct path ek_path; 79 + struct rcu_head ek_rcu;78 80 }; 79 81 80 82 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC))