Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207227
b: refs/heads/master
c: 627295e
h: refs/heads/master
i:
  207225: 3b783ac
  207223: f56ed73
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Aug 10, 2010
1 parent dadf5d2 commit ea76ec1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 67a8a20fe1eec43ebfa7f2b83e988dbdb4c16271
refs/heads/master: 627295e492638936e76f3d8fcb1e0a3367b88341
4 changes: 3 additions & 1 deletion trunk/include/linux/pagemap.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,10 @@ static inline int fault_in_pages_readable(const char __user *uaddr, int size)
const char __user *end = uaddr + size - 1;

if (((unsigned long)uaddr & PAGE_MASK) !=
((unsigned long)end & PAGE_MASK))
((unsigned long)end & PAGE_MASK)) {
ret = __get_user(c, end);
(void)c;
}
}
return ret;
}
Expand Down

0 comments on commit ea76ec1

Please sign in to comment.