Colin Ian King 3ece60e3e7 cifs: make const array static, makes object smaller
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:
   text	   data	    bss	    dec	    hex	filename
 150184	  47167	      0	 197351	  302e7	fs/cifs/smb2pdu.o

After:
    text	   data	    bss	    dec	    hex	filename
 150070	  47231	      0	 197301	  302b5	fs/cifs/smb2pdu.o

(gcc version 10.2.0)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2020-10-20 11:52:44 -05:00
..
2020-06-01 00:10:18 -05:00
2020-06-01 00:10:18 -05:00
2020-10-15 23:58:04 -05:00
2020-10-15 23:58:14 -05:00
2020-07-09 10:06:52 -05:00
2020-08-02 18:00:25 -05:00
2020-10-19 15:11:11 -05:00
2020-10-19 15:11:11 -05:00
2020-06-01 00:10:18 -05:00
2019-09-24 23:31:32 -05:00
2019-01-24 09:37:33 -06:00