diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 6eecfc2e4f98..04e763221246 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
| @@ -368,7 +368,7 @@ struct svc_program { | |||
| 368 | struct svc_program * pg_next; /* other programs (same xprt) */ | 368 | struct svc_program * pg_next; /* other programs (same xprt) */ |
| 369 | u32 pg_prog; /* program number */ | 369 | u32 pg_prog; /* program number */ |
| 370 | unsigned int pg_lovers; /* lowest version */ | 370 | unsigned int pg_lovers; /* lowest version */ |
| 371 | unsigned int pg_hivers; /* lowest version */ | 371 | unsigned int pg_hivers; /* highest version */ |
| 372 | unsigned int pg_nvers; /* number of versions */ | 372 | unsigned int pg_nvers; /* number of versions */ |
| 373 | struct svc_version ** pg_vers; /* version array */ | 373 | struct svc_version ** pg_vers; /* version array */ |
| 374 | char * pg_name; /* service name */ | 374 | char * pg_name; /* service name */ |
| @@ -386,8 +386,10 @@ struct svc_version { | |||
| 386 | struct svc_procedure * vs_proc; /* per-procedure info */ | 386 | struct svc_procedure * vs_proc; /* per-procedure info */ |
| 387 | u32 vs_xdrsize; /* xdrsize needed for this version */ | 387 | u32 vs_xdrsize; /* xdrsize needed for this version */ |
| 388 | 388 | ||
| 389 | unsigned int vs_hidden : 1; /* Don't register with portmapper. | 389 | unsigned int vs_hidden : 1, /* Don't register with portmapper. |
| 390 | * Only used for nfsacl so far. */ | 390 | * Only used for nfsacl so far. */ |
| 391 | vs_rpcb_optnl:1;/* Don't care the result of register. | ||
| 392 | * Only used for nfsv4. */ | ||
| 391 | 393 | ||
| 392 | /* Override dispatch function (e.g. when caching replies). | 394 | /* Override dispatch function (e.g. when caching replies). |
| 393 | * A return value of 0 means drop the request. | 395 | * A return value of 0 means drop the request. |
