public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* inftl major number
@ 2005-06-13 10:48 Sean Young
  2005-06-13 11:09 ` Sean Young
  2005-06-13 12:02 ` Jörn Engel
  0 siblings, 2 replies; 6+ messages in thread
From: Sean Young @ 2005-06-13 10:48 UTC (permalink / raw)
  To: linux-mtd

According to Documentation/devices.txt and 
http://www.lanana.org/docs/device-list/devices-2.6+.txt the major number 
of the inftl is 96; however the driver uses 94. 94 is already in use by 
another driver (IBM S/390 DASD block storage). Can this by applied?


Sean

diff -u -r1.6 inftl.h
--- include/linux/mtd/inftl.h   30 Jun 2004 14:49:00 -0000      1.6
+++ include/linux/mtd/inftl.h   13 Jun 2005 10:47:19 -0000
@@ -20,7 +20,7 @@
 #include <mtd/inftl-user.h>

 #ifndef INFTL_MAJOR
-#define INFTL_MAJOR 94
+#define INFTL_MAJOR 96
 #endif
 #define INFTL_PARTN_BITS 4

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

* Re: inftl major number
  2005-06-13 10:48 inftl major number Sean Young
@ 2005-06-13 11:09 ` Sean Young
  2005-06-13 12:02 ` Jörn Engel
  1 sibling, 0 replies; 6+ messages in thread
From: Sean Young @ 2005-06-13 11:09 UTC (permalink / raw)
  To: linux-mtd

On Mon, Jun 13, 2005 at 12:48:18PM +0200, Sean Young wrote:
> According to Documentation/devices.txt and 
> http://www.lanana.org/docs/device-list/devices-2.6+.txt the major number 
> of the inftl is 96; however the driver uses 94. 94 is already in use by 
> another driver (IBM S/390 DASD block storage). Can this by applied?

Here is part of the original thread:

http://lists.infradead.org/pipermail/linux-mtd/2004-September/010460.html

And

http://www.ussg.iu.edu/hypermail/linux/kernel/0409.2/1220.html

AFAICS the change never made its way into mtd.


Sean

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

* Re: inftl major number
  2005-06-13 10:48 inftl major number Sean Young
  2005-06-13 11:09 ` Sean Young
@ 2005-06-13 12:02 ` Jörn Engel
  2005-06-13 12:07   ` Sean Young
  1 sibling, 1 reply; 6+ messages in thread
From: Jörn Engel @ 2005-06-13 12:02 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-mtd

On Mon, 13 June 2005 12:48:18 +0200, Sean Young wrote:
> 
> According to Documentation/devices.txt and 
> http://www.lanana.org/docs/device-list/devices-2.6+.txt the major number 
> of the inftl is 96; however the driver uses 94. 94 is already in use by 
> another driver (IBM S/390 DASD block storage). Can this by applied?
> 
> 
> Sean
> 
> diff -u -r1.6 inftl.h
> --- include/linux/mtd/inftl.h   30 Jun 2004 14:49:00 -0000      1.6
> +++ include/linux/mtd/inftl.h   13 Jun 2005 10:47:19 -0000
> @@ -20,7 +20,7 @@
>  #include <mtd/inftl-user.h>
> 
>  #ifndef INFTL_MAJOR
> -#define INFTL_MAJOR 94
> +#define INFTL_MAJOR 96
>  #endif
>  #define INFTL_PARTN_BITS 4

Looks sane.  Do you have cvs commit rights?

Jörn

-- 
Data expands to fill the space available for storage.
-- Parkinson's Law

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

* Re: inftl major number
  2005-06-13 12:02 ` Jörn Engel
@ 2005-06-13 12:07   ` Sean Young
  2005-06-13 12:54     ` Jörn Engel
  2005-06-13 13:45     ` Artem B. Bityuckiy
  0 siblings, 2 replies; 6+ messages in thread
From: Sean Young @ 2005-06-13 12:07 UTC (permalink / raw)
  To: Joern Engel; +Cc: linux-mtd

On Mon, Jun 13, 2005 at 02:02:04PM +0200, Joern Engel wrote:
> On Mon, 13 June 2005 12:48:18 +0200, Sean Young wrote:
> > diff -u -r1.6 inftl.h
> > --- include/linux/mtd/inftl.h   30 Jun 2004 14:49:00 -0000      1.6
> > +++ include/linux/mtd/inftl.h   13 Jun 2005 10:47:19 -0000
> > @@ -20,7 +20,7 @@
> >  #include <mtd/inftl-user.h>
> > 
> >  #ifndef INFTL_MAJOR
> > -#define INFTL_MAJOR 94
> > +#define INFTL_MAJOR 96
> >  #endif
> >  #define INFTL_PARTN_BITS 4
> 
> Looks sane.  Do you have cvs commit rights?

I do. I'll go ahead and commit unless someone tells me not to.


Sean

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

* Re: inftl major number
  2005-06-13 12:07   ` Sean Young
@ 2005-06-13 12:54     ` Jörn Engel
  2005-06-13 13:45     ` Artem B. Bityuckiy
  1 sibling, 0 replies; 6+ messages in thread
From: Jörn Engel @ 2005-06-13 12:54 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-mtd

On Mon, 13 June 2005 14:07:21 +0200, Sean Young wrote:
> 
> I do. I'll go ahead and commit unless someone tells me not to.

Please do.  And if it breaks anything - good!

Jörn

-- 
But this is not to say that the main benefit of Linux and other GPL
software is lower-cost. Control is the main benefit--cost is secondary.
-- Bruce Perens

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

* Re: inftl major number
  2005-06-13 12:07   ` Sean Young
  2005-06-13 12:54     ` Jörn Engel
@ 2005-06-13 13:45     ` Artem B. Bityuckiy
  1 sibling, 0 replies; 6+ messages in thread
From: Artem B. Bityuckiy @ 2005-06-13 13:45 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-mtd

> I do. I'll go ahead and commit unless someone tells me not to.

Sean,

I suppose you should also change the utils/MKDEV script then.

-- 
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.

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

end of thread, other threads:[~2005-06-13 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-13 10:48 inftl major number Sean Young
2005-06-13 11:09 ` Sean Young
2005-06-13 12:02 ` Jörn Engel
2005-06-13 12:07   ` Sean Young
2005-06-13 12:54     ` Jörn Engel
2005-06-13 13:45     ` Artem B. Bityuckiy

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