X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fproc%2Fkcore.c;h=c837a77351beb933e8c8f4d2a7e356fcfb48b823;hb=fa5312d9e87e7222c6c384c4e930dc149bc1178d;hp=19979a2ce27204d1851c96bc3126fd201a68651f;hpb=96e35b40c0d6206f56370f937f6f4722739eb273;p=karo-tx-linux.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