* [PATCH] Fix missing dm_put()
@ 2010-10-18 14:39 Peter Jones
0 siblings, 0 replies; only message in thread
From: Peter Jones @ 2010-10-18 14:39 UTC (permalink / raw)
To: dm-devel; +Cc: Peter Jones
The change to make UUID setable after map creation was missing one
dm_put() call; this patch adds it.
---
drivers/md/dm-ioctl.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c
index 22c2e22..e2d106b 100644
--- a/drivers/md/dm-ioctl.c
+++ b/drivers/md/dm-ioctl.c
@@ -351,6 +351,7 @@ static struct mapped_device *dm_hash_rename(struct dm_ioctl *param,
DMWARN("Unable to change uuid of device, %s because "
"uuid is already set to %s",
param->name, hc->uuid);
+ dm_put(hd->md);
up_write(&_hash_lock);
kfree(new_data);
return ERR_PTR(-EINVAL);
--
1.7.2.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-18 14:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 14:39 [PATCH] Fix missing dm_put() Peter Jones
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).