All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jordan Breeding <jordan.breeding@attbi.com>
To: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: [PATCH] fix cdroms with devfs
Date: Thu, 03 Oct 2002 21:58:35 -0500	[thread overview]
Message-ID: <3D9D03DB.8030400@attbi.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

Hello,

   This patch fixes the case where devfs in 2.5.x currently makes a 
/dev/cdroms/cdroms directory instead of a /dev/cdroms directory like it 
used to.  Thanks.

Jordan

[-- Attachment #2: patch-cdrom-fix-2.5.38-1 --]
[-- Type: text/plain, Size: 429 bytes --]

--- linux-2.5.38/fs/partitions/check.c	2002-09-23 21:55:43.000000000 -0500
+++ linux-2.5.38-bk/fs/partitions/check.c	2002-09-24 22:53:00.000000000 -0500
@@ -348,7 +348,7 @@
 		cdroms = devfs_mk_dir (NULL, "cdroms", NULL);
 
 	dev->number = devfs_alloc_unique_number(&cdrom_numspace);
-	sprintf(vname, "cdroms/cdrom%d", dev->number);
+	sprintf(vname, "cdrom%d", dev->number);
 	if (dev->de) {
 		int pos;
 		devfs_handle_t slave;

                 reply	other threads:[~2002-10-04  2:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D9D03DB.8030400@attbi.com \
    --to=jordan.breeding@attbi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.