From: Arnd Bergmann Date: Wed, 17 Mar 2010 22:06:02 +0000 (+0100) Subject: procfs: Kill BKL in llseek on proc base X-Git-Tag: v2.6.35-rc1~491^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87df842410ce5a86fdca9fbec0dba80d2aa88b6f;p=pandora-kernel.git procfs: Kill BKL in llseek on proc base We don't use the BKL elsewhere, so use generic_file_llseek so we can avoid default_llseek taking the BKL. Signed-off-by: Arnd Bergmann [restore proc_fdinfo_file_operations as non-seekable] Signed-off-by: Frederic Weisbecker Cc: Thomas Gleixner Cc: Andrew Morton Cc: Ingo Molnar Cc: John Kacur Cc: KAMEZAWA Hiroyuki Cc: Al Viro --- Reading git-diff-tree failed