Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164759
b: refs/heads/master
c: acef82b
h: refs/heads/master
i:
  164757: 3f7c938
  164755: 3e1577a
  164751: 9b0054b
v: v3
  • Loading branch information
Amerigo Wang authored and Linus Torvalds committed Sep 23, 2009
1 parent d8e5f06 commit 09b7329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 9b4d1cbef8f41aff2b3e4ca31f566c071fe601de
refs/heads/master: acef82b873b6899d80e639317228f2104dae79a2
3 changes: 0 additions & 3 deletions trunk/fs/proc/kcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ read_kcore(struct file *file, char __user *buffer, size_t buflen, loff_t *fpos)
static int __init proc_kcore_init(void)
{
proc_root_kcore = proc_create("kcore", S_IRUSR, NULL, &proc_kcore_operations);
if (proc_root_kcore)
proc_root_kcore->size =
(size_t)high_memory - PAGE_OFFSET + PAGE_SIZE;
return 0;
}
module_init(proc_kcore_init);

0 comments on commit 09b7329

Please sign in to comment.