X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=fs%2Fproc%2Fkcore.c;h=c837a77351beb933e8c8f4d2a7e356fcfb48b823;hp=19979a2ce27204d1851c96bc3126fd201a68651f;hb=98c89cdd3a292af3451e47a2a33132f5183861b0;hpb=164d44fd92e79d5bce54d0d62df9f856f7b23925 diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index 19979a2..c837a77 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