diff options
| author | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-04 18:29:33 -0500 |
|---|---|---|
| committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-12-15 15:01:46 -0500 |
| commit | c7af6b0895229bd080b86afc91302b66f6df0378 (patch) | |
| tree | 4191cd37780883313ebe6dd8374932fa56a3fc05 /include/linux | |
| parent | 3d8986c7585457c45fd349b2c542c7c1ecd20843 (diff) | |
nfsd: remove unused field rq_reffh
This field is never referenced anywhere else. I don't know what it was
intended for.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index d1567d627557..5a3085b9b394 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
| @@ -273,10 +273,6 @@ struct svc_rqst { | |||
| 273 | struct auth_domain * rq_client; /* RPC peer info */ | 273 | struct auth_domain * rq_client; /* RPC peer info */ |
| 274 | struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ | 274 | struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ |
| 275 | struct svc_cacherep * rq_cacherep; /* cache info */ | 275 | struct svc_cacherep * rq_cacherep; /* cache info */ |
| 276 | struct knfsd_fh * rq_reffh; /* Referrence filehandle, used to | ||
| 277 | * determine what device number | ||
| 278 | * to report (real or virtual) | ||
| 279 | */ | ||
| 280 | int rq_splice_ok; /* turned off in gss privacy | 276 | int rq_splice_ok; /* turned off in gss privacy |
| 281 | * to prevent encrypting page | 277 | * to prevent encrypting page |
| 282 | * cache pages */ | 278 | * cache pages */ |
