]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: nosy: char device is not seekable
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 23 Oct 2010 11:18:56 +0000 (13:18 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 12 Dec 2010 14:47:02 +0000 (15:47 +0100)
commitf4db063aaebabd211763546de77b8bc5704fc12b
tree188cfc02511b8e8a21e324efd9046f9e5b8c097a
parent331ccca47070431d33b5952a41b412db68bc4fe4
firewire: nosy: char device is not seekable

Amend .open handler accordingly and remove the .llseek handler.
.llseek = NULL means no_llseek (return error) since commit ccb8e3ef7e6b.

The only client that uses this interface is nosy-dump in linux/tools/firewire
and it knows not to seek in this char dev.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/nosy.c