diff options
Diffstat (limited to 'fs/nfsd/vfs.c')
-rw-r--r-- | fs/nfsd/vfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 8604e35bd48e..945b1cedde2b 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c | |||
@@ -879,6 +879,7 @@ nfsd_vfs_read(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file, | |||
879 | .u.data = rqstp, | 879 | .u.data = rqstp, |
880 | }; | 880 | }; |
881 | 881 | ||
882 | rqstp->rq_resused = 1; | ||
882 | host_err = splice_direct_to_actor(file, &sd, nfsd_direct_splice_actor); | 883 | host_err = splice_direct_to_actor(file, &sd, nfsd_direct_splice_actor); |
883 | } else { | 884 | } else { |
884 | oldfs = get_fs(); | 885 | oldfs = get_fs(); |