Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310957
b: refs/heads/master
c: 64f9a83
h: refs/heads/master
i:
  310955: 7c0ac81
v: v3
  • Loading branch information
Sachin Prabhu authored and Trond Myklebust committed Jun 11, 2012
1 parent 1ce9ca4 commit 13c641e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c5afc8da5b881633717bfc0510792428aa01fa3f
refs/heads/master: 64f9a83665e4f168ff50ce1db9eb175f954048fa
2 changes: 1 addition & 1 deletion trunk/fs/nfs/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ static int nfs_read_done(struct rpc_task *task, struct nfs_read_data *data)
/* Emulate the eof flag, which isn't normally needed in NFSv2
* as it is guaranteed to always return the file attributes
*/
if (data->args.offset + data->args.count >= data->res.fattr->size)
if (data->args.offset + data->res.count >= data->res.fattr->size)
data->res.eof = 1;
}
return 0;
Expand Down

0 comments on commit 13c641e

Please sign in to comment.