Input: uinput - mark as non-seekable
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 4 Feb 2010 08:30:39 +0000 (00:30 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 4 Feb 2010 08:31:10 +0000 (00:31 -0800)
commitdaf8a96b2d4a5d4d1d288831be43457c84c55a2f
tree1fba1ea594088e097d02007d04de319d95e3e84f
parent0b7024ac4df5821347141c18e680b7166bc1cb20
Input: uinput - mark as non-seekable

Seeking does not make sense for uinput so let's use nonseekable_open
to mark the device non-seekable.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/uinput.c