commit | 5411541270f1d9e8eb1fb442fa4908c4398d5d88 | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Thu Jun 23 16:37:26 2016 -0600 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 05 16:46:26 2016 +0200 |
tree | 12d876f78a7e64b1ce98a05795b1f79653e1aa91 | |
parent | 8cc9c6e92bed8459bffaf5a22af8560f2cd8042b [diff] |
block: Use bool as appropriate for BDS members Using int for values that are only used as booleans is confusing. While at it, rearrange a couple of members so that all the bools are contiguous. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>