linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrei Warkentin <andrey.warkentin@gmail.com>
To: dm-devel@redhat.com
Cc: linux-kernel@vger.kernel.org, andreiw@vmware.com,
	Andrei Warkentin <andrey.warkentin@gmail.com>
Subject: [PATCH] DM: Minor fix to dm-snap metadata backend registration.
Date: Fri, 24 Feb 2012 21:26:52 -0500	[thread overview]
Message-ID: <1330136812-4377-1-git-send-email-andrey.warkentin@gmail.com> (raw)

Cleanup in dm_exception_store_init was messed up.

Signed-off-by: Andrei Warkentin <andrey.warkentin@gmail.com>
---
 drivers/md/dm-exception-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/md/dm-exception-store.c b/drivers/md/dm-exception-store.c
index 042e719..aa70f7d 100644
--- a/drivers/md/dm-exception-store.c
+++ b/drivers/md/dm-exception-store.c
@@ -283,7 +283,7 @@ int dm_exception_store_init(void)
 	return 0;
 
 persistent_fail:
-	dm_persistent_snapshot_exit();
+	dm_transient_snapshot_exit();
 transient_fail:
 	return r;
 }
-- 
1.7.8.3


             reply	other threads:[~2012-02-25  3:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-25  2:26 Andrei Warkentin [this message]
2012-02-27 13:54 ` DM: Minor fix to dm-snap metadata backend registration Mike Snitzer

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=1330136812-4377-1-git-send-email-andrey.warkentin@gmail.com \
    --to=andrey.warkentin@gmail.com \
    --cc=andreiw@vmware.com \
    --cc=dm-devel@redhat.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).