From 029521233db4d973547a64ff4e41bcc2c2d5a7fd Mon Sep 17 00:00:00 2001 From: ahoka Date: Sat, 27 Aug 2011 17:07:49 +0000 Subject: - add a function to get the inactive table's size - some whitespace fix from emacs... --- sys/dev/dm/dm_ioctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/dm/dm_ioctl.c') diff --git a/sys/dev/dm/dm_ioctl.c b/sys/dev/dm/dm_ioctl.c index 300af5b8ae6..dfce3771e68 100644 --- a/sys/dev/dm/dm_ioctl.c +++ b/sys/dev/dm/dm_ioctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: dm_ioctl.c,v 1.25 2011/05/24 15:23:41 joerg Exp $ */ +/* $NetBSD: dm_ioctl.c,v 1.26 2011/08/27 17:07:49 ahoka Exp $ */ /* * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -793,6 +793,7 @@ dm_table_load_ioctl(prop_dictionary_t dm_dict) free(str, M_TEMP); dm_dev_unbusy(dmv); + dm_target_unbusy(target); return ret; } last_table = table_en; -- cgit