Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313878
b: refs/heads/master
c: f07d901
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jun 4, 2012
1 parent 4abab52 commit 9eb3ba3
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: e3192690a3c889767d1161b228374f4926d92af0
refs/heads/master: f07d90107caeaa6913c70ad97b536f8cec45e8e7
2 changes: 1 addition & 1 deletion trunk/net/9p/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ p9_client_read(struct p9_fid *fid, char *data, char __user *udata, u64 offset,
kernel_buf = 1;
indata = data;
} else
indata = udata;
indata = (__force char *)udata;
/*
* response header len is 11
* PDU Header(7) + IO Size (4)
Expand Down

0 comments on commit 9eb3ba3

Please sign in to comment.