git: smbfs - Fix rename operation

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Dec 9 13:48:06 PST 2016


commit 5a89e5d1a71e9a402b78e4df56c88f53aa1fa0af
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Dec 9 13:46:46 2016 -0800

    smbfs - Fix rename operation
    
    * The rename operation was not updating smbfs's internal name hash.
      Properly update the hash.
    
    Reported-by: dflyum (Uwe Muenzberg)

Summary of changes:
 sys/vfs/smbfs/smbfs_node.c  | 26 ++++++++++++++++++++++++++
 sys/vfs/smbfs/smbfs_node.h  |  1 +
 sys/vfs/smbfs/smbfs_vnops.c |  8 +++++++-
 3 files changed, 34 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a89e5d1a71e9a402b78e4df56c88f53aa1fa0af


-- 
DragonFly BSD source repository



More information about the Commits mailing list