xfs
[Top] [All Lists]

[PATCH] for comments about kiobufs support for IDE

To: linux-xfs@xxxxxxxxxxx
Subject: [PATCH] for comments about kiobufs support for IDE
From: "Steve Best" <sbest@xxxxxxxxxx>
Date: Tue, 6 Mar 2001 14:43:53 -0500
Importance: Normal
Sender: owner-linux-xfs@xxxxxxxxxxx
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>