commit | 0bc62284ee3f2a228c64902ed818b6ba8e04159b | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue Oct 14 15:38:01 2014 +0800 |
committer | Sage Weil <sage@redhat.com> | Tue Oct 14 12:57:05 2014 -0700 |
tree | 57217cc15af14a00b0ac6adaede8fd7a819c5c0f | |
parent | 792c3a914910bd34302c5345578f85cfcb5e2c01 [diff] |
ceph: fix divide-by-zero in __validate_layout() The 'stripe_unit' field is 64 bits, casting it to 32 bits can result zero. Signed-off-by: Yan, Zheng <zyan@redhat.com>