Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307085
b: refs/heads/master
c: 9923777
h: refs/heads/master
i:
  307083: 1832658
v: v3
  • Loading branch information
Daniel Vetter authored and Dave Airlie committed Apr 23, 2012
1 parent 9176f20 commit 654e4d7
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: 8353e6c632aeaea1470a286b83e68ca233073068
refs/heads/master: 9923777dff4543050fdf938cf6b19f6d4376b7c5
2 changes: 1 addition & 1 deletion trunk/include/linux/pagemap.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ static inline int fault_in_pages_readable(const char __user *uaddr, int size)
static inline int fault_in_multipages_writeable(char __user *uaddr, int size)
{
int ret;
const char __user *end = uaddr + size - 1;
char __user *end = uaddr + size - 1;

if (unlikely(size == 0))
return 0;
Expand Down

0 comments on commit 654e4d7

Please sign in to comment.