diff options
| author | Jens Axboe <jens.axboe@oracle.com> | 2007-06-12 15:22:14 -0400 |
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-10 02:04:14 -0400 |
| commit | cf8208d0eabd1d5d2625ec02a175a294c3f30d36 (patch) | |
| tree | 7dd1f75873a2d84a3c626ecd45640d42c1b5dfcf /include/linux/sunrpc | |
| parent | f0930fffa99e7fe0a0c4b6c7d9a244dc88288c27 (diff) | |
sendfile: convert nfsd to splice_direct_to_actor()
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index 4a7ae8ab6eb8..129d50f2225c 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
| @@ -253,7 +253,7 @@ struct svc_rqst { | |||
| 253 | * determine what device number | 253 | * determine what device number |
| 254 | * to report (real or virtual) | 254 | * to report (real or virtual) |
| 255 | */ | 255 | */ |
| 256 | int rq_sendfile_ok; /* turned off in gss privacy | 256 | int rq_splice_ok; /* turned off in gss privacy |
| 257 | * to prevent encrypting page | 257 | * to prevent encrypting page |
| 258 | * cache pages */ | 258 | * cache pages */ |
| 259 | wait_queue_head_t rq_wait; /* synchronization */ | 259 | wait_queue_head_t rq_wait; /* synchronization */ |
