Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134771
b: refs/heads/master
c: e3db6cb
h: refs/heads/master
i:
  134769: aa2c5b4
  134767: 10db6b6
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 27, 2009
1 parent 7242e04 commit a205f0c
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: 81c553299ffc4ce3512a6ea3eaf5070c2238c960
refs/heads/master: e3db6cb42123f6dbde36122a4c81a06282370e1e
2 changes: 1 addition & 1 deletion trunk/net/9p/trans_fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ static int p9_fd_write(struct p9_client *client, void *v, int len)
oldfs = get_fs();
set_fs(get_ds());
/* The cast to a user pointer is valid due to the set_fs() */
ret = vfs_write(ts->wr, (void __user *)v, len, &ts->wr->f_pos);
ret = vfs_write(ts->wr, (__force void __user *)v, len, &ts->wr->f_pos);
set_fs(oldfs);

if (ret <= 0 && ret != -ERESTARTSYS && ret != -EAGAIN)
Expand Down

0 comments on commit a205f0c

Please sign in to comment.