diff --git a/[refs] b/[refs] index 9a91d6ec4292..57010562fe23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34aacb2920667d405a8df15968b7f71ba46c8f18 +refs/heads/master: 41775e29a74ed825496c975ba19c7661e15f0523 diff --git a/trunk/fs/proc/kmsg.c b/trunk/fs/proc/kmsg.c index cfe90a48a6e8..bd4b5a740ff1 100644 --- a/trunk/fs/proc/kmsg.c +++ b/trunk/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)