From: Arnd Bergmann Date: Wed, 7 Jul 2010 21:40:11 +0000 (+0200) Subject: tracing: Use generic_file_llseek for debugfs X-Git-Tag: v2.6.36-rc1~532^2~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b444786f1a797a7f84e2561346a670649f9c7b3c;p=pandora-kernel.git tracing: Use generic_file_llseek for debugfs The default for llseek will change to no_llseek, so the tracing debugfs files need to add explicit .llseek assignments. Since we're dealing with regular files from a VFS perspective, use generic_file_llseek. Signed-off-by: Arnd Bergmann Cc: Steven Rostedt Cc: Ingo Molnar Cc: John Kacur Cc: Li Zefan LKML-Reference: <1278538820-1392-10-git-send-email-arnd@arndb.de> Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed