X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Documentation%2Fblock%2Fbiodoc.rst;h=afda5e30a82e5ab3a2d7fcb76751d91a89f46675;hb=9ecc6ea491f0c0531ad81ef9466284df260b2227;hp=b964796ec9c78010db81532ad1880f36d75ed376;hpb=cfa0bb2aef998a64d5ad2c065be8511ad98d5d79;p=linux-2.6-microblaze.git diff --git a/Documentation/block/biodoc.rst b/Documentation/block/biodoc.rst index b964796ec9c7..afda5e30a82e 100644 --- a/Documentation/block/biodoc.rst +++ b/Documentation/block/biodoc.rst @@ -1036,7 +1036,7 @@ Now the generic block layer performs partition-remapping early and thus provides drivers with a sector number relative to whole device, rather than having to take partition number into account in order to arrive at the true sector number. The routine blk_partition_remap() is invoked by -generic_make_request even before invoking the queue specific make_request_fn, +submit_bio_noacct even before invoking the queue specific ->submit_bio, so the i/o scheduler also gets to operate on whole disk sector numbers. This should typically not require changes to block drivers, it just never gets to invoke its own partition sector offset calculations since all bios