From: Arnd Bergmann Date: Tue, 6 Jul 2010 21:03:55 +0000 (+0200) Subject: raw: use explicit llseek file operations X-Git-Tag: v2.6.37-rc1~173^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3b9cf818070df1bf592b71275bcf99d8edefcb;p=pandora-kernel.git raw: use explicit llseek file operations The raw_fops may need to seek, so there should be an explicit reference to default_llseek. raw_ctl_fops does not contain a read or write method, so we use noop_llseek to ignore seeking requests without an error. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed