commit | ecdcf622eb74b52cebde1387a7a1852a787d8050 | [log] [tgz] |
---|---|---|
author | Joe Perches via samba-technical <samba-technical@lists.samba.org> | Sun May 07 01:31:47 2017 -0700 |
committer | Steve French <smfrench@gmail.com> | Fri May 12 19:45:18 2017 -0500 |
tree | edf40659163557a59ccfab3a640808ec0f1b1acc | |
parent | de1892b887eeb85ce458a93979c2108e6f329618 [diff] |
cifs: cifsacl: Use a temporary ops variable to reduce code length Create an ops variable to store tcon->ses->server->ops and cache indirections and reduce code size a trivial bit. $ size fs/cifs/cifsacl.o* text data bss dec hex filename 5338 136 8 5482 156a fs/cifs/cifsacl.o.new 5371 136 8 5515 158b fs/cifs/cifsacl.o.old Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Signed-off-by: Steve French <smfrench@gmail.com>