• T
    percpu: indent the population block in pcpu_alloc() · e04d3208
    Tejun Heo 提交于
    The next patch will conditionalize the population block in
    pcpu_alloc() which will end up making a rather large indentation
    change obfuscating the actual logic change.  This patch puts the block
    under "if (true)" so that the next patch can avoid indentation
    changes.  The defintions of the local variables which are used only in
    the block are moved into the block.
    
    This patch is purely cosmetic.
    Signed-off-by: NTejun Heo <tj@kernel.org>
    e04d3208
percpu.c 58.4 KB