Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188022
b: refs/heads/master
c: fc0f296
h: refs/heads/master
v: v3
  • Loading branch information
jvrao authored and Eric Van Hensbergen committed Mar 13, 2010
1 parent caf7327 commit 85a0733
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: 45bc21edb52fa71dbb1324c6f573aa880e95519d
refs/heads/master: fc0f296126433e61600539325975b6c30681c07e
2 changes: 1 addition & 1 deletion trunk/fs/9p/vfs_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ v9fs_file_write(struct file *filp, const char __user * data,
struct p9_fid *fid;
struct p9_client *clnt;
struct inode *inode = filp->f_path.dentry->d_inode;
int origin = *offset;
loff_t origin = *offset;
unsigned long pg_start, pg_end;

P9_DPRINTK(P9_DEBUG_VFS, "data %p count %d offset %x\n", data,
Expand Down

0 comments on commit 85a0733

Please sign in to comment.