Re: About dd & make_request

Jens Axboe (axboe@suse.de)
Fri, 7 Mar 2003 16:08:09 +0100


On Fri, Mar 07 2003, Subodh S wrote:
> Hi,
>
> When run
>
> dd if=/dev/mydevice of=/dev/null count=10
>
> why does my make_request function get called only five times ??

because you didn't change the block size, so you got 5 1024b (default)
buffers thrown at you?

-- 
Jens Axboe

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/