linux/drivers/staging/ft1000
Arnd Bergmann d16044cf8c staging: make new character devices nonseekable
As a preparation for changing the default behaviour of llseek to no_llseek,
every file_operations structure should have a .llseek operation.

There are three new instances in staging now, which can all be changed
into no_llseek explicitly since the devices do not need to seek.

Add nonseekable_open where appropriate, to prevent pread/pwrite as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-10-05 08:50:14 -07:00
..
ft1000-pcmcia staging: ft1000: fix skb, netdev, memory leaks 2010-09-30 04:14:07 -07:00
ft1000-usb staging: make new character devices nonseekable 2010-10-05 08:50:14 -07:00
Kconfig Staging: ft1000: mark pcmcia driver broken 2010-09-22 12:17:16 -07:00
Makefile
TODO