commit 3168bc1251ac13bfa4f6a32529f238e39075b0f3
Author: Matthew Dillon <[email protected]>
Date: Fri Dec 2 13:57:02 2016 -0800
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.
Summary of changes:
sys/vfs/smbfs/smbfs_vfsops.c | 4 ++++
sys/vfs/smbfs/smbfs_vnops.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3168bc1251ac13bfa4f6a32529f238e39075b0f3
--
DragonFly BSD source repository