diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-02-15 23:43:28 +0530 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2017-02-16 14:14:36 -0500 |
commit | b79af13efd98ca2908f2df1120e79a7ff70faa0d (patch) | |
tree | d1f3359b0158aac5d5a886b01a52774f54f35bd2 /tools/lib/traceevent/plugin_function.c | |
parent | 7f1b21591a632c6caefd9aa53b630808f4f477e1 (diff) |
dm space map metadata: constify dm_space_map structures
Declare dm_space_map structures as const as they are only passed as an
argument to the function memcpy. This argument is of type const void *,
so dm_space_map structures having this property can be declared as
const.
File size before:
text data bss dec hex filename
4889 240 0 5129 1409 dm-space-map-metadata.o
File size after:
text data bss dec hex filename
5139 0 0 5139 1413 dm-space-map-metadata.o
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'tools/lib/traceevent/plugin_function.c')
0 files changed, 0 insertions, 0 deletions