* [PATCH] DM: Minor fix to dm-snap metadata backend registration.
@ 2012-02-25 2:26 Andrei Warkentin
2012-02-27 13:54 ` Mike Snitzer
0 siblings, 1 reply; 2+ messages in thread
From: Andrei Warkentin @ 2012-02-25 2:26 UTC (permalink / raw)
To: dm-devel; +Cc: linux-kernel, andreiw, Andrei Warkentin
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-27 13:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-25 2:26 [PATCH] DM: Minor fix to dm-snap metadata backend registration Andrei Warkentin
2012-02-27 13:54 ` Mike Snitzer
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).