projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4834e1a
)
dm - fix typo in previous commit
author
Alex Hornung <ahornung@gmail.com>
Mon, 27 Jun 2011 16:48:24 +0000 (17:48 +0100)
committer
Alex Hornung <ahornung@gmail.com>
Mon, 27 Jun 2011 16:48:24 +0000 (17:48 +0100)
sys/dev/disk/dm/dm_pdev.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/disk/dm/dm_pdev.c
b/sys/dev/disk/dm/dm_pdev.c
index
a595b9b
..
3571b3a
100644
(file)
--- 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;
}