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:46:46 +0000 (13:46 -0800)
commit5a89e5d1a71e9a402b78e4df56c88f53aa1fa0af
treec359559b6655a616b5016203f4489bc294544453
parentf252c9b085f5fbfb3d2d035cc6c5373b71940428
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