diff options
| -rw-r--r-- | fs/ceph/osdmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/osdmap.c b/fs/ceph/osdmap.c index ddc656fb5c05..50ce64ebd330 100644 --- a/fs/ceph/osdmap.c +++ b/fs/ceph/osdmap.c | |||
| @@ -707,6 +707,7 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, | |||
| 707 | newcrush = crush_decode(*p, min(*p+len, end)); | 707 | newcrush = crush_decode(*p, min(*p+len, end)); |
| 708 | if (IS_ERR(newcrush)) | 708 | if (IS_ERR(newcrush)) |
| 709 | return ERR_CAST(newcrush); | 709 | return ERR_CAST(newcrush); |
| 710 | *p += len; | ||
| 710 | } | 711 | } |
| 711 | 712 | ||
| 712 | /* new flags? */ | 713 | /* new flags? */ |
