diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ceph/osdmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h index 9a9041784dcf..412906609954 100644 --- a/include/linux/ceph/osdmap.h +++ b/include/linux/ceph/osdmap.h | |||
| @@ -57,7 +57,7 @@ static inline bool ceph_can_shift_osds(struct ceph_pg_pool_info *pool) | |||
| 57 | case CEPH_POOL_TYPE_EC: | 57 | case CEPH_POOL_TYPE_EC: |
| 58 | return false; | 58 | return false; |
| 59 | default: | 59 | default: |
| 60 | BUG_ON(1); | 60 | BUG(); |
| 61 | } | 61 | } |
| 62 | } | 62 | } |
| 63 | 63 | ||
