Re: [PATCH] cifs: make const array static, makes object smaller

2020-10-20 Thread Steve French
added Aurelien's Reviewed-by and merged into cifs-2.6.git for-next On Tue, Oct 20, 2020 at 9:22 AM Colin King wrote: > > From: Colin Ian King > > Don't populate const array smb3_create_tag_posix on the stack but > instead make it static. Makes the object code smaller by 50 bytes. > > Before: >

Re: [PATCH] cifs: make const array static, makes object smaller

2020-10-20 Thread Aurélien Aptel
Reviewed-by: Aurelien Aptel -- Aurélien Aptel / SUSE Labs Samba Team GPG: 1839 CB5F 9F5B FB9B AA97 8C99 03C8 A49B 521B D5D3 SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nürnberg, DE GF: Felix Imendörffer, Mary Higgins, Sri Rasiah HRB 247165 (AG München)

[PATCH] cifs: make const array static, makes object smaller

2020-10-20 Thread Colin King
From: Colin Ian King Don't populate const array smb3_create_tag_posix on the stack but instead make it static. Makes the object code smaller by 50 bytes. Before: textdata bss dec hex filename 150184 47167 0 197351 302e7 fs/cifs/smb2pdu.o After: text