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:
>
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)
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
3 matches
Mail list logo