From 51ae7edbbd8f638f66aa5dd4daaac0e5183f8976 Mon Sep 17 00:00:00 2001 From: Frederic Weisbecker Date: Tue, 30 Mar 2010 02:14:26 +0200 Subject: [PATCH] --- yaml --- r: 192256 b: refs/heads/master c: 34aacb2920667d405a8df15968b7f71ba46c8f18 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/proc/kcore.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a23510dd0aee..9a91d6ec4292 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 87df842410ce5a86fdca9fbec0dba80d2aa88b6f +refs/heads/master: 34aacb2920667d405a8df15968b7f71ba46c8f18 diff --git a/trunk/fs/proc/kcore.c b/trunk/fs/proc/kcore.c index b442dac8f5f9..396453200ef4 100644 --- a/trunk/fs/proc/kcore.c +++ b/trunk/fs/proc/kcore.c @@ -557,6 +557,7 @@ static int open_kcore(struct inode *inode, struct file *filp) static const struct file_operations proc_kcore_operations = { .read = read_kcore, .open = open_kcore, + .llseek = generic_file_llseek, }; #ifdef CONFIG_MEMORY_HOTPLUG