On Tue, Sep 19, 2017 at 09:39:52AM +0100, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Don't populate const arrayis on the stack, instead make them static. > Makes the object code smaller by over 260 bytes: > > Before: > text data bss dec hex filename > 64864 5948 4128 74940 124bc drivers/ata/libata-scsi.o > > After: > text data bss dec hex filename > 64183 6364 4128 74675 123b3 drivers/ata/libata-scsi.o > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied to libata/for-4.15. 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