All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@infradead.org>
To: Nikita Danilov <Nikita@Namesys.COM>
Cc: Nicholas Wourms <dragon@gentoo.org>,
	Christoph Hellwig <hch@lst.de>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] remove kdevname() before someone starts using it again
Date: Mon, 7 Apr 2003 09:19:23 +0100	[thread overview]
Message-ID: <20030407091923.B28879@infradead.org> (raw)
In-Reply-To: <16017.11269.576246.373826@laputa.namesys.com>; from Nikita@Namesys.COM on Mon, Apr 07, 2003 at 11:43:01AM +0400

On Mon, Apr 07, 2003 at 11:43:01AM +0400, Nikita Danilov wrote:
> Nicholas Wourms writes:
>  > 
>  > A quick grep shows that Intermezzo FS still uses kdevname if 
>  > you've turned on debugging (fs/intermezzo/sysctl.c).  As for 
>  > pending stuff, both Reiser4 & pktcdvd also use it.  So I 
> 
> reiser4 switched to bdevname().

Although bdevname is the simplest replacement it's usually the wrong
one.  If you refer to a filesystem with it use sb->s_id, if you refer
to a block device you normally want to use partition_name() - it gives
much nicer output.


  reply	other threads:[~2003-04-07  8:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-31 14:26 [PATCH] remove kdevname() before someone starts using it again Christoph Hellwig
2003-04-06 20:28 ` Nicholas Wourms
2003-04-06 20:35   ` Christoph Hellwig
2003-04-07  7:43   ` Nikita Danilov
2003-04-07  8:19     ` Christoph Hellwig [this message]
2003-04-07  8:39       ` Andrew Morton
2003-04-07  8:43       ` Nikita Danilov
2003-04-07 14:08     ` Nicholas Wourms
2003-04-07 14:25       ` Nikita Danilov
2003-04-07 14:35         ` Nicholas Wourms
2003-04-07 14:56           ` Oleg Drokin
2003-04-07 14:54       ` Oleg Drokin

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=20030407091923.B28879@infradead.org \
    --to=hch@infradead.org \
    --cc=Nikita@Namesys.COM \
    --cc=dragon@gentoo.org \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    /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.