• Andrew Morton's avatar
    [PATCH] fix percpu_counter_mod linkage problem · bfe687b3
    Andrew Morton authored
    If both ext2 and ext3 are built as modules there is nothing to pull
    percpu_counter_mod() into the kernel build and the ext2 and ext3 modules do
    not load.
    
    So move percpu_counter_mod() out of lib.a.
    bfe687b3
Makefile 711 Bytes