Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117196
b: refs/heads/master
c: ea2e799
h: refs/heads/master
v: v3
  • Loading branch information
Eric Van Hensbergen authored and Eric Van Hensbergen committed Oct 22, 2008
1 parent a417def commit 1a06465
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: 0b15a3a5285bac2a2caa4ef970410674b6dd2de5
refs/heads/master: ea2e7996fc892e9becfed9145fdcefd59f697718
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ v9fs_file_read(struct file *filp, char __user *udata, size_t count,
int ret;
struct p9_fid *fid;

P9_DPRINTK(P9_DEBUG_VFS, "count %d offset %lld\n", count, *offset);
P9_DPRINTK(P9_DEBUG_VFS, "count %zu offset %lld\n", count, *offset);
fid = filp->private_data;

if (count > (fid->clnt->msize - P9_IOHDRSZ))
Expand Down

0 comments on commit 1a06465

Please sign in to comment.