On Wed, Sep 06, 2017 at 09:56:29AM +0100, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Don't populate the arrays cdb on the stack, instead make them static. > Makes the object code smaller by 230 bytes: > > Before: > text data bss dec hex filename > 3797 240 0 4037 fc5 drivers/ata/libata-zpodd.o > > After: > text data bss dec hex filename > 3407 400 0 3807 edf drivers/ata/libata-zpodd.o > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied to libata/for-4.14. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html