commit d8b10ae379d28591ba188382eb605fd10b872122
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/d8b10ae379d28591ba188382eb605fd10b872122
--
DragonFly BSD source repository