block: remove i_bdev
[linux-2.6-microblaze.git] / drivers / block / xen-blkfront.c
index 48629d3..79521e3 100644 (file)
@@ -2370,7 +2370,7 @@ static void blkfront_connect(struct blkfront_info *info)
                        return;
                printk(KERN_INFO "Setting capacity to %Lu\n",
                       sectors);
-               set_capacity_revalidate_and_notify(info->gd, sectors, true);
+               set_capacity_and_notify(info->gd, sectors);
 
                return;
        case BLKIF_STATE_SUSPENDED: