nvram: Drop the bkl from non-generic nvram_llseek()
authorFrederic Weisbecker <fweisbec@gmail.com>
Fri, 9 Oct 2009 19:27:06 +0000 (21:27 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Oct 2009 15:36:50 +0000 (17:36 +0200)
commit9e8ab74ddaa591575f599248080a1f0d917a56ee
tree4e019037c2a5aa8a6efb626b6e12f5ff4407b7ff
parent6783b9cd7104470a3afab51c205c5aea53a2858f
nvram: Drop the bkl from non-generic nvram_llseek()

Drop the bkl from nvram_llseek() as it obviously protects nothing.
The file offset is safe in essence.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <1255116426-7270-1-git-send-email-fweisbec@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/char/nvram.c