From: Stefan Richter Date: Sat, 23 Oct 2010 11:18:56 +0000 (+0200) Subject: firewire: nosy: char device is not seekable X-Git-Tag: v2.6.38-rc1~444^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a74a6ff86b4e90b9558956589390efdeb4e924;p=pandora-kernel.git 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 776c163b1b93. 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 --- Reading git-diff-tree failed