git: DragonFly_RELEASE_4_6 kernel - Fix smbfs readdir and umount

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Dec 2 14:33:45 PST 2016


commit 3168bc1251ac13bfa4f6a32529f238e39075b0f3
Author: Matthew Dillon <dillon at apollo.backplane.com>
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



More information about the Commits mailing list