diff options
| author | ahoka <ahoka@NetBSD.org> | 2011-08-27 17:07:49 +0000 |
|---|---|---|
| committer | ahoka <ahoka@NetBSD.org> | 2011-08-27 17:07:49 +0000 |
| commit | 029521233db4d973547a64ff4e41bcc2c2d5a7fd (patch) | |
| tree | b77f6f9a62a92e976ecd337aea8c59230744e0f8 /sys/dev/dm/dm_ioctl.c | |
| parent | 8ce02a5ca606909d783b9ac0eaf28cd7ee29f1db (diff) | |
- add a function to get the inactive table's size
- some whitespace fix from emacs...
Diffstat (limited to 'sys/dev/dm/dm_ioctl.c')
| -rw-r--r-- | sys/dev/dm/dm_ioctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
