Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210907
b: refs/heads/master
c: c227e69
h: refs/heads/master
i:
  210905: 04724dd
  210903: 6275761
v: v3
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Sep 23, 2010
1 parent 2c55441 commit 9e5bf98
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: a9e31765e7d528858e1b0c202b823cf4df7577ca
refs/heads/master: c227e69028473c7c7994a9b0a2cc0034f3f7e0fe
2 changes: 1 addition & 1 deletion trunk/fs/proc/vmcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static ssize_t read_vmcore(struct file *file, char __user *buffer,

static const struct file_operations proc_vmcore_operations = {
.read = read_vmcore,
.llseek = generic_file_llseek,
.llseek = default_llseek,
};

static struct vmcore* __init get_new_element(void)
Expand Down

0 comments on commit 9e5bf98

Please sign in to comment.