public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* About dd & make_request
@ 2003-03-07 14:05 Subodh S
  2003-03-07 15:08 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Subodh S @ 2003-03-07 14:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-scsi

Hi,

When run

dd if=/dev/mydevice of=/dev/null count=10

why does my make_request function get called only five times ??


Thanks and Regards,
Subodh
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: About dd & make_request
  2003-03-07 14:05 About dd & make_request Subodh S
@ 2003-03-07 15:08 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2003-03-07 15:08 UTC (permalink / raw)
  To: Subodh S; +Cc: linux-kernel, linux-scsi

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-07 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07 14:05 About dd & make_request Subodh S
2003-03-07 15:08 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox