From: Ingo Molnar Date: Wed, 14 Oct 2009 15:48:38 +0000 (+0200) Subject: nvram: Drop the BKL from nvram_open() X-Git-Tag: v2.6.34-rc1~244^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83cb16727085b18191f45eb0ede6bf1f97d67a7a;p=pandora-kernel.git nvram: Drop the BKL from nvram_open() It's safe to remove the BKL from nvram_open(): there's no open() versus read() races: nvram_init() is very simple and race-free, it registers the device then puts it into /proc - there's no state init to race with. Cc: Wim Van Sebroeck Cc: Al Viro Cc: Frederic Weisbecker Cc: Thomas Gleixner LKML-Reference: <1255116426-7270-1-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed