From: Arnd Bergmann Date: Sat, 22 Jan 2011 19:26:12 +0000 (+0100) Subject: hpfs: remove the BKL X-Git-Tag: v2.6.39-rc1~467^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a311b96c3065f362e3348cb5d7af1a57ca6bff9;p=pandora-kernel.git hpfs: remove the BKL This removes the BKL in hpfs in a rather awful way, by making the code only work on uniprocessor systems without kernel preemption, as suggested by Andi Kleen. The HPFS code probably has close to zero remaining users on current kernels, all archeological uses of the file system can probably be done with the significant restrictions. The hpfs_lock/hpfs_unlock functions are left in the code, sincen Mikulas has indicated that he is still interested in fixing it in a better way. Signed-off-by: Arnd Bergmann Acked-by: Andi Kleen Cc: Mikulas Patocka Cc: linux-fsdevel@vger.kernel.org --- Reading git-diff-tree failed