smbfs - Fix rename operation
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 9 Dec 2016 21:46:46 +0000 (13:46 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 9 Dec 2016 21:48:28 +0000 (13:48 -0800)
commit5d3fb13649d3235f48767d8f806c040b03781a6f
tree12b5ad02b083dc9fa7f692e9d06417cbe6c99b3e
parent43b681f63e90ddd6e6b0211ea316744572a03bd3
smbfs - Fix rename operation

* The rename operation was not updating smbfs's internal name hash.
  Properly update the hash.

Reported-by: dflyum (Uwe Muenzberg)
sys/vfs/smbfs/smbfs_node.c
sys/vfs/smbfs/smbfs_node.h
sys/vfs/smbfs/smbfs_vnops.c