X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fproc%2Fkcore.c;h=c837a77351beb933e8c8f4d2a7e356fcfb48b823;hb=98c89cdd3a292af3451e47a2a33132f5183861b0;hp=b442dac8f5f99f5366c55eef420b6fb51120c5f0;hpb=483f64c430ad981188d865ee635f3f7a469f0b12;p=pandora-kernel.git diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index b442dac8f5f9..c837a77351be 100644 --- a/fs/proc/kcore.c +++ b/fs/proc/kcore.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include @@ -557,6 +558,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