Loading fs/ceph/osdmap.c +1 −0 Original line number Diff line number Diff line Loading @@ -707,6 +707,7 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, newcrush = crush_decode(*p, min(*p+len, end)); if (IS_ERR(newcrush)) return ERR_CAST(newcrush); *p += len; } /* new flags? */ Loading Loading
fs/ceph/osdmap.c +1 −0 Original line number Diff line number Diff line Loading @@ -707,6 +707,7 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, newcrush = crush_decode(*p, min(*p+len, end)); if (IS_ERR(newcrush)) return ERR_CAST(newcrush); *p += len; } /* new flags? */ Loading