• N
    md: remove md_mutex locking. · 4b532c9b
    NeilBrown 提交于
    lock_kernel calls were recently pushed down into open/release
    functions.
    md doesn't need that protection.
    Then the BKL calls were change to md_mutex.  We don't need those
    either.
    So remove it all.
    Signed-off-by: NNeilBrown <neilb@suse.de>
    4b532c9b
md.c 188.3 KB