linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Thornber <thornber@sistina.com>
To: Kevin Corry <kevcorry@us.ibm.com>
Cc: DevMapper <dm-devel@sistina.com>,
	Linux Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [RFC 3/3] dm: v4 ioctl interface
Date: Wed, 2 Jul 2003 09:59:51 +0100	[thread overview]
Message-ID: <20030702085951.GB410@fib011235813.fsnet.co.uk> (raw)
In-Reply-To: <200307011505.07184.kevcorry@us.ibm.com>

On Tue, Jul 01, 2003 at 03:05:07PM -0500, Kevin Corry wrote:
> The "unregister" call needs to be before the actual rename. Same patch as a 
> couple weeks ago.

Agreed.

> > +static int check_name(const char *name)
> > +{
> > +	if (strchr(name, '/')) {
> > +		DMWARN("invalid device name");
> > +		return -EINVAL;
> > +	}
> > +
> > +	return 0;
> > +}
> 
> Can't we allow slashes in device names? I thought we discussed this before 
> (http://marc.theaimsgroup.com/?t=104628092700011&r=1&w=2). Any reason for the 
> change?

I think I made the wrong decision before.  Still thinking about it though.

> Does this imply that if the dm_swap_table() call fails, then the "inactive" 
> mapping is automatically deleted?

Yes, that is the behaviour ATM.  Would you rather it didn't ?

> As a side note, the __bind() function in dm.c currently will never return an 
> error, so dm_swap_table() doesn't necessarily need to check for one.

y, __bind can become void.

- Joe

  reply	other threads:[~2003-07-02  8:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-01 14:58 [RFC] device-mapper v4 ioctl interface implementation Joe Thornber
2003-07-01 15:01 ` [RFC 1/3] dm: fix memory leak Joe Thornber
2003-07-01 15:01 ` [RFC 2/3] dm: avoid event race Joe Thornber
2003-07-01 15:02 ` [RFC 3/3] dm: v4 ioctl interface Joe Thornber
2003-07-01 20:05   ` Kevin Corry
2003-07-02  8:59     ` Joe Thornber [this message]
2003-07-02 10:59       ` [dm-devel] " Joe Thornber
2003-07-02 10:59       ` Joe Thornber
2003-07-02 10:59       ` Joe Thornber
2003-07-02 11:00       ` Joe Thornber
2003-07-02 11:00       ` Joe Thornber
2003-07-02 14:17         ` Kevin Corry
2003-07-02 14:15       ` Kevin Corry
2003-07-06  0:39 ` [dm-devel] [RFC] device-mapper v4 ioctl interface implementation Alasdair G Kergon

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=20030702085951.GB410@fib011235813.fsnet.co.uk \
    --to=thornber@sistina.com \
    --cc=dm-devel@sistina.com \
    --cc=kevcorry@us.ibm.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).