diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index b631642318c5..04e763221246 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
| @@ -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. |
