nfsd: add link to owner cache detail to svc_export structure
Without info about owner cache datail it won't be able to find out, which per-net cache detail have to be. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:

committed by
J. Bruce Fields

parent
d4bb527e9e
commit
db3a353263
@@ -103,6 +103,7 @@ struct svc_export {
|
||||
struct nfsd4_fs_locations ex_fslocs;
|
||||
int ex_nflavors;
|
||||
struct exp_flavor_info ex_flavors[MAX_SECINFO_LIST];
|
||||
struct cache_detail *cd;
|
||||
};
|
||||
|
||||
/* an "export key" (expkey) maps a filehandlefragement to an
|
||||
|
Reference in New Issue
Block a user