Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188925
b: refs/heads/master
c: 4fd2c20
h: refs/heads/master
i:
  188923: edbf02b
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed Mar 24, 2010
1 parent 0b55ef8 commit f51ed4c
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: c6b6ef8bb05af632889c5536513b9f4004961f73
refs/heads/master: 4fd2c20d964a8fb9861045f1022475c9d200d684
2 changes: 1 addition & 1 deletion trunk/fs/proc/kcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos)
}
read_unlock(&kclist_lock);

if (m == NULL) {
if (&m->list == &kclist_head) {
if (clear_user(buffer, tsz))
return -EFAULT;
} else if (is_vmalloc_or_module_addr((void *)start)) {
Expand Down

0 comments on commit f51ed4c

Please sign in to comment.