diff options
author | Jeff Layton <jlayton@primarydata.com> | 2014-11-19 07:51:18 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-12-09 11:22:21 -0500 |
commit | 779fb0f3af3089daa2e88cf8ef0ef0c5d2fecb40 (patch) | |
tree | d16a4b46bc75018d45c4304f1fbf74721d7bb4de /net/sunrpc/svc.c | |
parent | 78b65eb3fda95c6d131c4bbb0536e21f0bd7a7d4 (diff) |
sunrpc: move rq_splice_ok flag into rq_flags
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/svc.c')
-rw-r--r-- | net/sunrpc/svc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index d8a9d603b786..2c1c49ebd84d 100644 --- a/net/sunrpc/svc.c +++ b/net/sunrpc/svc.c | |||
@@ -1088,7 +1088,7 @@ svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv) | |||
1088 | goto err_short_len; | 1088 | goto err_short_len; |
1089 | 1089 | ||
1090 | /* Will be turned off only in gss privacy case: */ | 1090 | /* Will be turned off only in gss privacy case: */ |
1091 | rqstp->rq_splice_ok = true; | 1091 | set_bit(RQ_SPLICE_OK, &rqstp->rq_flags); |
1092 | /* Will be turned off only when NFSv4 Sessions are used */ | 1092 | /* Will be turned off only when NFSv4 Sessions are used */ |
1093 | set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); | 1093 | set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); |
1094 | clear_bit(RQ_DROPME, &rqstp->rq_flags); | 1094 | clear_bit(RQ_DROPME, &rqstp->rq_flags); |