Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113671
b: refs/heads/master
c: a04f4de
h: refs/heads/master
i:
  113669: 39600b0
  113667: 266d59d
  113663: e6a0e50
v: v3
  • Loading branch information
Alexey Dobriyan committed Oct 10, 2008
1 parent 5ee168e commit 7c479af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: e1675231ceedf83f20943a26e5e346a52163dec8
refs/heads/master: a04f4de6412a4f0ababf9f665674414f26d4cb6e
6 changes: 0 additions & 6 deletions trunk/fs/proc/vmcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,8 @@ static ssize_t read_vmcore(struct file *file, char __user *buffer,
return acc;
}

static int open_vmcore(struct inode *inode, struct file *filp)
{
return 0;
}

const struct file_operations proc_vmcore_operations = {
.read = read_vmcore,
.open = open_vmcore,
};

static struct vmcore* __init get_new_element(void)
Expand Down

0 comments on commit 7c479af

Please sign in to comment.