• Artem Bityutskiy's avatar
    UBIFS: kill BKL · e9d6bbc4
    Artem Bityutskiy authored
    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: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
    e9d6bbc4
super.c 58.2 KB