X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flod%2Flod_lov.c;h=0ed2fe8206cea597b417cdf3de21228f7e091d50;hp=ee19042712651e15df303fd536804c9495d10836;hb=d40b3f9663c7627f0f08c4e3b5efa6cd206ca0f0;hpb=4a0ec1d7621cc42e3139d067969e37b8285f7c06 diff --git a/lustre/lod/lod_lov.c b/lustre/lod/lod_lov.c index ee19042..0ed2fe8 100644 --- a/lustre/lod/lod_lov.c +++ b/lustre/lod/lod_lov.c @@ -148,7 +148,7 @@ void lod_putref(struct lod_device *lod, struct lod_tgt_descs *ltd) */ static int ltd_bitmap_resize(struct lod_tgt_descs *ltd, __u32 newsize) { - cfs_bitmap_t *new_bitmap, *old_bitmap = NULL; + struct cfs_bitmap *new_bitmap, *old_bitmap = NULL; int rc = 0; ENTRY;