kernel - Fix smbfs readdir and umount
commitd8b10ae379d28591ba188382eb605fd10b872122
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Dec 2016 21:57:02 +0000 (2 13:57 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 2 Dec 2016 21:58:13 +0000 (2 13:58 -0800)
tree4c550926165798a00b4b8ed943fb59d6533437ef
parentd555fba4f8e2c05de8ee1a5ecc7362dff369e037
kernel - Fix smbfs readdir and umount

* Fix a bug in smbfs's readdir that was causing an empty list and also
  a later deadlock.

* Fix a bug in smbfs's umount that was panicing the machine.
sys/vfs/smbfs/smbfs_vfsops.c
sys/vfs/smbfs/smbfs_vnops.c