From: Frederic Weisbecker Date: Fri, 9 Oct 2009 19:20:30 +0000 (+0200) Subject: nvram: Drop the bkl from nvram_llseek() X-Git-Tag: v2.6.33-rc1~358^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6783b9cd7104470a3afab51c205c5aea53a2858f;p=pandora-kernel.git nvram: Drop the bkl from nvram_llseek() There is nothing to protect inside nvram_llseek(), the file offset doesn't need to be protected and nvram_len is only initialized from an __init path. It's safe to remove the big kernel lock there. Signed-off-by: Frederic Weisbecker LKML-Reference: <1255116030-6929-1-git-send-email-fweisbec@gmail.com> Cc: Greg KH Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed