Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127632
b: refs/heads/master
c: 921d58c
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Linus Torvalds committed Jan 8, 2009
1 parent 65ee349 commit 8e9d400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 4037014e3fb71e998189374e19ca141c59d15323
refs/heads/master: 921d58c0e6992f74d3a48180604a298f115d2dee
2 changes: 0 additions & 2 deletions trunk/fs/proc/vmcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ static ssize_t read_from_oldmem(char *buf, size_t count,

offset = (unsigned long)(*ppos % PAGE_SIZE);
pfn = (unsigned long)(*ppos / PAGE_SIZE);
if (pfn > saved_max_pfn)
return -EINVAL;

do {
if (count > (PAGE_SIZE - offset))
Expand Down

0 comments on commit 8e9d400

Please sign in to comment.