summaryrefslogtreecommitdiff
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-25 13:54:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-25 13:54:57 -0700
commitba53c4518c7bf3b3abda54284cfb2a6d2175749b (patch)
tree9f56beb17efa19aafebb40d245d5c159bf4c4b12 /include/linux/ceph
parent63e553c0c5ad690fb0f4e9990dd77f93441b3afc (diff)
parenta4b9c109c2f9143790c1d1a96475eecf7338713a (diff)
Merge "Merge tag v4.4.55 into branch 'msm-4.4'"
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/osdmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h
index e55c08bc3a96..0abc56140c83 100644
--- a/include/linux/ceph/osdmap.h
+++ b/include/linux/ceph/osdmap.h
@@ -49,7 +49,7 @@ static inline bool ceph_can_shift_osds(struct ceph_pg_pool_info *pool)
case CEPH_POOL_TYPE_EC:
return false;
default:
- BUG_ON(1);
+ BUG();
}
}