block: Do away with the notion of hardsect_size
[deliverable/linux.git] / drivers / block / xsysace.c
index 3a4397edab71a25b2de8216a17ce9cbc7232add8..f08491a3a813b84e83df249196636c8829466cf7 100644 (file)
@@ -984,7 +984,7 @@ static int __devinit ace_setup(struct ace_device *ace)
        ace->queue = blk_init_queue(ace_request, &ace->lock);
        if (ace->queue == NULL)
                goto err_blk_initq;
-       blk_queue_hardsect_size(ace->queue, 512);
+       blk_queue_logical_block_size(ace->queue, 512);
 
        /*
         * Allocate and initialize GD structure
This page took 0.024148 seconds and 5 git commands to generate.