Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "include/assert.h" | Brad Hubbard | 2018-09-14 | 1 | -1/+1 |
| | | | | | | | | | This conflicts with the system assert.h so rename and change includes to reflect the new name. Fixes: http://tracker.ceph.com/issues/35682 Signed-off-by: Brad Hubbard <bhubbard@redhat.com> | ||||
* | cleanup: Replace always-false assertions with abort | Adam C. Emerson | 2018-08-27 | 1 | -6/+8 |
| | | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com> | ||||
* | tools: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -5/+5 |
| | | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com> | ||||
* | common: migrate atomic_t to <atomic> | Jesse Williamson | 2017-06-02 | 1 | -0/+227 |
Signed-off-by: Jesse Williamson <jwilliamson@suse.de> |