Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165693
b: refs/heads/master
c: bb521c5
h: refs/heads/master
i:
  165691: 5d1d8bb
v: v3
  • Loading branch information
Nikanth Karthikesan authored and Linus Torvalds committed Sep 24, 2009
1 parent 16c2989 commit f651eb4
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: 0b8c78f2bfa6ebed0f47794b5995a0d4b3fe456d
refs/heads/master: bb521c5de070b86a1e049e2dbf62328f717ff1e8
2 changes: 1 addition & 1 deletion trunk/drivers/char/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ static ssize_t read_zero(struct file * file, char __user * buf,

if (chunk > PAGE_SIZE)
chunk = PAGE_SIZE; /* Just for latency reasons */
unwritten = clear_user(buf, chunk);
unwritten = __clear_user(buf, chunk);
written += chunk - unwritten;
if (unwritten)
break;
Expand Down

0 comments on commit f651eb4

Please sign in to comment.