From: Sage Weil Date: Tue, 21 Sep 2010 21:35:37 +0000 (-0700) Subject: fs: {lock,unlock}_flocks() stubs to prepare for BKL removal X-Git-Tag: v2.6.36-rc6~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b15575cae7a93a784c3005c42b069edd9ba64dd;p=pandora-kernel.git fs: {lock,unlock}_flocks() stubs to prepare for BKL removal The lock structs are currently protected by the BKL, but are accessed by code in fs/locks.c and misc file system and DLM code. These stubs will allow all users to switch to the new interface before the implementation is changed to a spinlock. Acked-by: Arnd Bergmann Signed-off-by: Sage Weil Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed