[PATCH] Re: Linux 2.5.38

From: Rasmus Andersen (rasmus@jaquet.dk)
Date: Thu Sep 26 2002 - 16:12:54 EST


On Sat, Sep 21, 2002 at 09:34:18PM -0700, Linus Torvalds wrote:
>
> Trying to be a bit more timely about releases, especially since some
> people couldn't use 2.5.37 due to the X lockup that should hopefully
> be fixed (no idea _why_ that old bug only started to matter recently, the
> bug itself was several months old).

Two additional gendisk patches:

--- linux-2.5.38/drivers/cdrom/mcd.c Sun Sep 22 06:25:12 2002
+++ linux-2.5.38-new/drivers/cdrom/mcd.c Thu Sep 26 22:41:05 2002
@@ -227,7 +227,7 @@
         .minor_shift = 0,
         .major_name = "mcd",
         .fops = &mcd_bdops,
- .flags = GENHD_FL_CD;
+ .flags = GENHD_FL_CD,
 };
 
 #ifndef MODULE

--- linux-2.5.38/drivers/cdrom/sonycd535.c Sun Sep 22 06:25:06 2002
+++ linux-2.5.38-new/drivers/cdrom/sonycd535.c Thu Sep 26 22:48:36 2002
@@ -1462,6 +1462,7 @@
         .minor_shift = 0,
         .fops = &cdu_fops,
         .major_name = "cdu"
+};
 
 /*
  * Initialize the driver.

Regards,
  Rasmus



-
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/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:28 EST