From: Alex Hornung Date: Mon, 27 Jun 2011 16:48:24 +0000 (+0100) Subject: dm - fix typo in previous commit X-Git-Tag: v2.12.0~424 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/c9d49f70e23f9493ad129d0b81e4d209801434a5 dm - fix typo in previous commit --- diff --git a/sys/dev/disk/dm/dm_pdev.c b/sys/dev/disk/dm/dm_pdev.c index a595b9b..3571b3a 100644 --- a/sys/dev/disk/dm/dm_pdev.c +++ b/sys/dev/disk/dm/dm_pdev.c @@ -80,7 +80,7 @@ dm_dk_lookup(const char *dev_name, struct vnode **vpp) error = vn_open(&nd, NULL, FREAD|FWRITE, 0); if (error) { - nlookup_done(&hd); + nlookup_done(&nd); return error; }