diff options
-rw-r--r-- | fs/proc/vmcore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c index 0872afa58d39..00ef6046d8d2 100644 --- a/fs/proc/vmcore.c +++ b/fs/proc/vmcore.c | |||
@@ -162,6 +162,7 @@ static ssize_t read_vmcore(struct file *file, char __user *buffer, | |||
162 | 162 | ||
163 | static const struct file_operations proc_vmcore_operations = { | 163 | static const struct file_operations proc_vmcore_operations = { |
164 | .read = read_vmcore, | 164 | .read = read_vmcore, |
165 | .llseek = generic_file_llseek, | ||
165 | }; | 166 | }; |
166 | 167 | ||
167 | static struct vmcore* __init get_new_element(void) | 168 | static struct vmcore* __init get_new_element(void) |