smbd: move notify_fname() out of rmdir_internals() up to close_directory()
commit8a046ebf26286af3a994ab15b327d8361e7c8b3c
authorRalph Boehme <slow@samba.org>
Sat, 7 Sep 2024 14:24:01 +0000 (7 16:24 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 Nov 2024 14:39:30 +0000 (5 14:39 +0000)
tree205c5a037b62b4cf1d788916daf159abdf159ff2
parenta39d75de3057787e726a62d5eb0e7c51dc9af2ae
smbd: move notify_fname() out of rmdir_internals() up to close_directory()

This way we've already dropped the sharemode lock.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/close.c