From: Artem Bityutskiy Date: Sun, 19 Jul 2009 10:51:04 +0000 (+0300) Subject: UBIFS: kill BKL X-Git-Tag: v2.6.32-rc1~619^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d6bbc428bdf0c08bbd0b3f28db2b7317cfff21;p=pandora-kernel.git UBIFS: kill BKL The BKL was pushed down from VFS to the file-systems. It used to serialize mount/unmount/remount and prevented more than one instance of the same file-system from doing mount/umount/remount at the same time. But it is OK for UBIFS and it does not need any additional locking for these cases. Thus, kick the BKL out of UBIFS. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed