mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
20187c6f54
Before we had open_pathref_fsp() we had the stream fsp before the base fsp in the linked list we traverse for SHUTDOWN_CLOSE. Now the order has changed. I could have used some DLIST_PROMOTE() hacks, but that's still fragile. Now we reference both fsp's via ->base_fsp and ->stream_fsp. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>