xfs
[Top] [All Lists]

Re: [PATCH] for comments about kiobufs support for IDE

To: Steve Best <sbest@xxxxxxxxxx>
Subject: Re: [PATCH] for comments about kiobufs support for IDE
From: Chaitanya Tumuluri <chait@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 6 Mar 2001 11:56:05 -0500 (EST)
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <OFB21EB6B1.5B791E27-ON85256A07.006B80B6@xxxxxxxxxxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
Hmmmm...I guess the changes to the comments got dropped in one of
our tree merges...I remember that Jens Axboe did have changes to 
these comments to reflect his IDE changes. Oh well...

Thanks for the patch, Steve.

Cheers,
-Chait.

On Tue, 6 Mar 2001, Steve Best wrote:
> Small comment update for ll_rw_kio. These comments probably
> should have been updated when the ide support for kiobufs came in.
> 
> 
> --- ll_rw_blk.org   Tue Mar  6 13:16:51 2001
> +++ ll_rw_blk.c     Tue Mar  6 13:19:08 2001
> @@ -1363,11 +1363,11 @@
>      int correct_size, i;
> 
>      /*
> -     * Only support SCSI disk for now.
> +     * Only support SCSI and IDE disks for now.
>       *
>       * ENOSYS to indicate caller
>       * should try ll_rw_block()
> -     * for non-SCSI (e.g. IDE) disks.
> +     * for other than SCSI or IDE disks.
>       */
>      if (!SCSI_DISK_MAJOR(MAJOR(dev)) && !IDE_DISK_MAJOR(MAJOR(dev))) {
>           *error = -ENOSYS;
> 
> Steve
> 


<Prev in Thread] Current Thread [Next in Thread>