viotape: use noop_llseek
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Jul 2010 21:11:07 +0000 (23:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Sep 2010 08:33:15 +0000 (10:33 +0200)
commitaadbd4360911d7166dc04c5a4e5520b2c7914c73
tree5a7bcebdff5d1bc440354343d8e0ffeca0a6d6d2
parentcb3b9cf818070df1bf592b71275bcf99d8edefcb
viotape: use noop_llseek

Some applications try to seek on tape devices
and fail if they return an error. Since we
want to change the default llseek action to
no_llseek, viotape needs to be changed to use
noop_llseek explicitly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/char/viotape.c