X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fproc%2Fkcore.c;h=c837a77351beb933e8c8f4d2a7e356fcfb48b823;hb=98c89cdd3a292af3451e47a2a33132f5183861b0;hp=19979a2ce27204d1851c96bc3126fd201a68651f;hpb=4a1032faac94ebbf647460ae3e06fc21146eb280;p=linux-2.6-block.git diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index 19979a2ce272..c837a77351be 100644 --- a/fs/proc/kcore.c +++ b/fs/proc/kcore.c @@ -558,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