X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=ipc%2Fmqueue.c;h=e1e7b9635f5da7c986dfd18426bce94c177d6630;hb=9e5fca251f44832cb996961048ea977f80faf6ea;hp=c60e519e2917671860efdd7c7f6cac53abd97e70;hpb=994b384a040d6f8afc3595c1a99c1b784e0cce49;p=karo-tx-linux.git diff --git a/ipc/mqueue.c b/ipc/mqueue.c index c60e519e2917..e1e7b9635f5d 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -1219,6 +1219,7 @@ static const struct file_operations mqueue_file_operations = { .flush = mqueue_flush_file, .poll = mqueue_poll_file, .read = mqueue_read_file, + .llseek = default_llseek, }; static const struct super_operations mqueue_super_ops = {