lkml.org 
[lkml]   [2003]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH 1/8] dm: ioctl interface wasn't dropping a table reference
From
When reloading a device the ioctl interface was forgetting to drop a
reference on the new table.

--- diff/drivers/md/dm-ioctl.c 2003-01-13 14:18:15.000000000 +0000
+++ source/drivers/md/dm-ioctl.c 2003-02-26 16:09:42.000000000 +0000
@@ -887,6 +887,7 @@
dm_table_put(t);
return r;
}
+ dm_table_put(t); /* md will have taken its own reference */

set_disk_ro(dm_disk(md), (param->flags & DM_READONLY_FLAG));
dm_put(md);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.288 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site