git: DragonFly_RELEASE_4_6 smbfs - Fix rename operation
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Dec 9 13:48:30 PST 2016
commit 5d3fb13649d3235f48767d8f806c040b03781a6f
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/5d3fb13649d3235f48767d8f806c040b03781a6f
--
DragonFly BSD source repository
More information about the Commits
mailing list