Pass the correct string to md_mount() when doing a diskless nfs mount.
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 29 Jul 2008 16:21:52 +0000 (16:21 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 29 Jul 2008 16:21:52 +0000 (16:21 +0000)
commit5dacbb2e940ff330a16f9ff68378476a29e1c771
tree1397d2c73fb548976aacde2dca4c165a0f0b864f
parenta128040f3516c9b6251041b79d7652ac07436769
Pass the correct string to md_mount() when doing a diskless nfs mount.

Fix a bogus call to kfree() that panics the machine when a diskless nfs
mount fails.
sys/vfs/nfs/nfs_vfsops.c