diff options
author | Leonid Bloch <lbloch@janustech.com> | 2018-11-04 18:09:28 +0000 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-11-05 15:28:48 +0100 |
commit | 3dd5b8f4718c6ca1eadb16dd67a8cad76455ddb0 (patch) | |
tree | ac8ba5e3673aacb5286ebd8b3708814f6a418b3c /balloon.c | |
parent | 679be303f7b40accfd8040c059680f253fc3c3b5 (diff) |
vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZE
If an expression is used to define DEFAULT_CLUSTER_SIZE, when compiled,
it will be embedded as a literal expression in the binary (as the
default value) because it is stringified to mark the size of the default
value. Now this is fixed by using a defined number to define this value.
Signed-off-by: Leonid Bloch <lbloch@janustech.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'balloon.c')
0 files changed, 0 insertions, 0 deletions