]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- fixed
authorcieciwa <cieciwa@pld-linux.org>
Fri, 19 Jul 2002 11:45:39 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.19-rc1-ac7-ide.patch -> 1.2

linux-2.4.19-rc1-ac7-ide.patch

index dc265fa5948b60285f2f0fb10045026217bf711a..4a58c7b48ef03a2baada4615eeee242f42a690e0 100644 (file)
@@ -26741,18 +26741,15 @@ diff -Nur linux.org/drivers/ide/via82cxxx.c linux/drivers/ide/via82cxxx.c
        char * buffer;
        struct completion * waiting;
        struct buffer_head * bh;
-@@ -119,9 +123,9 @@
+@@ -119,7 +123,7 @@
        spinlock_t              queue_lock;
  
        /*
 -       * Tasks wait here for free request
 +       * Tasks wait here for free read and write requests
         */
--      wait_queue_head_t       wait_for_request;
-+      wait_queue_head_t       wait_for_requests[2];
+       wait_queue_head_t       wait_for_request;
  };
- struct blk_dev_struct {
 @@ -175,6 +179,8 @@
  
  extern int * max_segments[MAX_BLKDEV];
This page took 2.806057 seconds and 4 git commands to generate.