Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252826
b: refs/heads/master
c: fccb13c
h: refs/heads/master
v: v3
  • Loading branch information
Bryan Schumaker authored and J. Bruce Fields committed Apr 30, 2011
1 parent ebbbc1c commit 41f286f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcecf1ccc336200ee488e8eb68acdafc4b0dbd1a
refs/heads/master: fccb13c947de83a368e1f3c2216bbf4d8d41efa1
2 changes: 0 additions & 2 deletions trunk/fs/nfsd/vfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,13 +874,11 @@ static __be32
nfsd_vfs_read(struct svc_rqst *rqstp, struct svc_fh *fhp, struct file *file,
loff_t offset, struct kvec *vec, int vlen, unsigned long *count)
{
struct inode *inode;
mm_segment_t oldfs;
__be32 err;
int host_err;

err = nfserr_perm;
inode = file->f_path.dentry->d_inode;

if (file->f_op->splice_read && rqstp->rq_splice_ok) {
struct splice_desc sd = {
Expand Down

0 comments on commit 41f286f

Please sign in to comment.