Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329148
b: refs/heads/master
c: 1714df7
h: refs/heads/master
v: v3
  • Loading branch information
Andres Lagar-Cavilla authored and Konrad Rzeszutek Wilk committed Sep 6, 2012
1 parent 99cdaf3 commit 6208ede
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: ceb90fa0a8008059ecbbf9114cb89dc71a730bb6
refs/heads/master: 1714df7f2cee6a741c3ed24231ec5db25b90633a
2 changes: 1 addition & 1 deletion trunk/drivers/xen/privcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ static long privcmd_ioctl_mmap_batch(void __user *udata, int version)
state.err = err_array;
ret = traverse_pages(m.num, sizeof(xen_pfn_t),
&pagelist, mmap_return_errors_v1, &state);
} else
} else if (version == 2)
ret = __copy_to_user(m.err, err_array, m.num * sizeof(int));

/* If we have not had any EFAULT-like global errors then set the global
Expand Down

0 comments on commit 6208ede

Please sign in to comment.