]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/configs.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[net-next-2.6.git] / kernel / configs.c
index abaee684ecbf95fe1d47426d7b47b77e6ed91fab..b4066b44a99d09996555b8a233855cc3e637559a 100644 (file)
@@ -66,6 +66,7 @@ ikconfig_read_current(struct file *file, char __user *buf,
 static const struct file_operations ikconfig_file_ops = {
        .owner = THIS_MODULE,
        .read = ikconfig_read_current,
+       .llseek = default_llseek,
 };
 
 static int __init ikconfig_init(void)