From: Arnd Bergmann Date: Thu, 30 Sep 2010 08:24:07 +0000 (+0200) Subject: staging: make new character devices nonseekable X-Git-Tag: v2.6.37-rc1~60^2~3^2~429 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d16044cf8ce0ff6384cd80eb0abaa2ba57b19a5e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed