public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -rc6] [resend] Documentation/ABI: devfs is not obsolete, but removed!
@ 2006-09-09 17:19 jens m. noedler
  2006-09-09 18:04 ` Michael Tokarev
  0 siblings, 1 reply; 5+ messages in thread
From: jens m. noedler @ 2006-09-09 17:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh

Hi everybody, Greg, Linus,

This little patch just moves the devfs entry from ABI/obsolete to
ABI/removed and adds the comment, that devfs was removed in 2.6.18.

The patch was first send on 3. Sep 2006 to the LKML but nobody picked
it up, so here is the second chance. :-) 

The patch is against linus' current git tree and it would be nice to 
see it in the final 2.6.18 kernel.

Kind regards, Jens


Signed-off-by: jens m. noedler <noedler@web.de>

---

diff --git a/Documentation/ABI/obsolete/devfs b/Documentation/ABI/obsolete/devfs
deleted file mode 100644
index b8b8739..0000000
--- a/Documentation/ABI/obsolete/devfs
+++ /dev/null
@@ -1,13 +0,0 @@
-What:		devfs
-Date:		July 2005
-Contact:	Greg Kroah-Hartman <gregkh@suse.de>
-Description:
-	devfs has been unmaintained for a number of years, has unfixable
-	races, contains a naming policy within the kernel that is
-	against the LSB, and can be replaced by using udev.
-	The files fs/devfs/*, include/linux/devfs_fs*.h will be removed,
-	along with the the assorted devfs function calls throughout the
-	kernel tree.
-
-Users:
-
diff --git a/Documentation/ABI/removed/devfs b/Documentation/ABI/removed/devfs
new file mode 100644
index 0000000..e360fa9
--- /dev/null
+++ b/Documentation/ABI/removed/devfs
@@ -0,0 +1,12 @@
+What:		devfs
+Date:		July 2005 (scheduled), finally removed in kernel v2.6.18
+Contact:	Greg Kroah-Hartman <gregkh@suse.de>
+Description:
+	devfs has been unmaintained for a number of years, has unfixable
+	races, contains a naming policy within the kernel that is
+	against the LSB, and can be replaced by using udev.
+	The files fs/devfs/*, include/linux/devfs_fs*.h will be removed,
+	along with the the assorted devfs function calls throughout the
+	kernel tree.
+
+Users:



-- 
jens m. noedler
  noedler@web.de
  pgp: 0x9f0920bb
  http://noedler.de

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

* Re: [PATCH -rc6] [resend] Documentation/ABI: devfs is not obsolete, but removed!
  2006-09-09 17:19 [PATCH -rc6] [resend] Documentation/ABI: devfs is not obsolete, but removed! jens m. noedler
@ 2006-09-09 18:04 ` Michael Tokarev
  2006-09-09 22:02   ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Tokarev @ 2006-09-09 18:04 UTC (permalink / raw)
  To: jens m. noedler; +Cc: linux-kernel, gregkh

jens m. noedler wrote:
> Hi everybody, Greg, Linus,
> 
> This little patch just moves the devfs entry from ABI/obsolete to
> ABI/removed and adds the comment, that devfs was removed in 2.6.18.
> 
[]
> +	The files fs/devfs/*, include/linux/devfs_fs*.h will be removed,
> +	along with the the assorted devfs function calls throughout the
> +	kernel tree.

So, will the files be removed at some point, or has them been removed
already? :)

/mjt

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

* Re: [PATCH -rc6] [resend] Documentation/ABI: devfs is not obsolete, but removed!
  2006-09-09 18:04 ` Michael Tokarev
@ 2006-09-09 22:02   ` Greg KH
  2006-09-10  8:08     ` Michael Tokarev
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2006-09-09 22:02 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: jens m. noedler, linux-kernel

On Sat, Sep 09, 2006 at 10:04:53PM +0400, Michael Tokarev wrote:
> jens m. noedler wrote:
> > Hi everybody, Greg, Linus,
> > 
> > This little patch just moves the devfs entry from ABI/obsolete to
> > ABI/removed and adds the comment, that devfs was removed in 2.6.18.
> > 
> []
> > +	The files fs/devfs/*, include/linux/devfs_fs*.h will be removed,
> > +	along with the the assorted devfs function calls throughout the
> > +	kernel tree.
> 
> So, will the files be removed at some point, or has them been removed
> already? :)

They are already removed.

thanks,

greg k-h

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

* Re: [PATCH -rc6] [resend] Documentation/ABI: devfs is not obsolete, but removed!
  2006-09-09 22:02   ` Greg KH
@ 2006-09-10  8:08     ` Michael Tokarev
  2006-09-10 16:46       ` jens m. noedler
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Tokarev @ 2006-09-10  8:08 UTC (permalink / raw)
  To: Greg KH; +Cc: jens m. noedler, linux-kernel

Greg KH wrote:
> On Sat, Sep 09, 2006 at 10:04:53PM +0400, Michael Tokarev wrote:
>> jens m. noedler wrote:
>>> Hi everybody, Greg, Linus,
>>>
>>> This little patch just moves the devfs entry from ABI/obsolete to
>>> ABI/removed and adds the comment, that devfs was removed in 2.6.18.
>>>
>> []
>>> +	The files fs/devfs/*, include/linux/devfs_fs*.h will be removed,
>>> +	along with the the assorted devfs function calls throughout the
>>> +	kernel tree.
>> So, will the files be removed at some point, or has them been removed
>> already? :)
> 
> They are already removed.

I know they're gone. I was just pointing out that the patch is wrong,
as it claims the files *will* be removed.

/mjt

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

* Re: [PATCH -rc6] [resend] Documentation/ABI: devfs is not obsolete, but removed!
  2006-09-10  8:08     ` Michael Tokarev
@ 2006-09-10 16:46       ` jens m. noedler
  0 siblings, 0 replies; 5+ messages in thread
From: jens m. noedler @ 2006-09-10 16:46 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: Greg KH, linux-kernel

Hello,

Michael Tokarev wrote at 09/10/2006 10:08 AM:

> Greg KH wrote:
>> On Sat, Sep 09, 2006 at 10:04:53PM +0400, Michael Tokarev wrote:
>>> jens m. noedler wrote:
>>>> Hi everybody, Greg, Linus,
>>>>
>>>> This little patch just moves the devfs entry from ABI/obsolete to
>>>> ABI/removed and adds the comment, that devfs was removed in 2.6.18.
>>>>
>>> []
>>>> +	The files fs/devfs/*, include/linux/devfs_fs*.h will be removed,
>>>> +	along with the the assorted devfs function calls throughout the
>>>> +	kernel tree.
>>> So, will the files be removed at some point, or has them been removed
>>> already? :)
>> They are already removed.
> 
> I know they're gone. I was just pointing out that the patch is wrong,
> as it claims the files *will* be removed.

OK. I replaced "will be removed" with "were removed". And here is an 
updated patch against linus' current git tree.

Kind regards, Jens


Signed-off-by: jens m. noedler <noedler@web.de>

---

diff --git a/Documentation/ABI/obsolete/devfs b/Documentation/ABI/obsolete/devfs
deleted file mode 100644
index b8b8739..0000000
--- a/Documentation/ABI/obsolete/devfs
+++ /dev/null
@@ -1,13 +0,0 @@
-What:		devfs
-Date:		July 2005
-Contact:	Greg Kroah-Hartman <gregkh@suse.de>
-Description:
-	devfs has been unmaintained for a number of years, has unfixable
-	races, contains a naming policy within the kernel that is
-	against the LSB, and can be replaced by using udev.
-	The files fs/devfs/*, include/linux/devfs_fs*.h will be removed,
-	along with the the assorted devfs function calls throughout the
-	kernel tree.
-
-Users:
-
diff --git a/Documentation/ABI/removed/devfs b/Documentation/ABI/removed/devfs
new file mode 100644
index 0000000..8195c4e
--- /dev/null
+++ b/Documentation/ABI/removed/devfs
@@ -0,0 +1,12 @@
+What:		devfs
+Date:		July 2005 (scheduled), finally removed in kernel v2.6.18
+Contact:	Greg Kroah-Hartman <gregkh@suse.de>
+Description:
+	devfs has been unmaintained for a number of years, has unfixable
+	races, contains a naming policy within the kernel that is
+	against the LSB, and can be replaced by using udev.
+	The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
+	along with the the assorted devfs function calls throughout the
+	kernel tree.
+
+Users:


-- 
jens m. noedler
  noedler@web.de
  pgp: 0x9f0920bb
  http://noedler.de

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

end of thread, other threads:[~2006-09-10 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-09 17:19 [PATCH -rc6] [resend] Documentation/ABI: devfs is not obsolete, but removed! jens m. noedler
2006-09-09 18:04 ` Michael Tokarev
2006-09-09 22:02   ` Greg KH
2006-09-10  8:08     ` Michael Tokarev
2006-09-10 16:46       ` jens m. noedler

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