X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fproc%2Fkmsg.c;h=bd4b5a740ff1b9de6492f5da9adaf7e500d35b25;hb=5b2eef966cb2ae307aa4ef1767f7307774bc96ca;hp=cfe90a48a6e81df983eb50fa700f22463ad6e4bc;hpb=4961e02f1999e1c3468c09b2669c94d7c3ae82a8;p=cascardo%2Flinux.git diff --git a/fs/proc/kmsg.c b/fs/proc/kmsg.c index cfe90a48a6e8..bd4b5a740ff1 100644 --- a/fs/proc/kmsg.c +++ b/fs/proc/kmsg.c @@ -53,6 +53,7 @@ static const struct file_operations proc_kmsg_operations = { .poll = kmsg_poll, .open = kmsg_open, .release = kmsg_release, + .llseek = generic_file_llseek, }; static int __init proc_kmsg_init(void)