smbd: Remove "listel" from notify_msg
commit16a1418f3aa08b1fd5c971481592bfddc250abf0
authorVolker Lendecke <vl@samba.org>
Tue, 14 Jun 2016 13:03:35 +0000 (14 15:03 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 20 Jul 2016 03:21:07 +0000 (20 05:21 +0200)
tree437218757cca73e50c448e9b6941716af59ff72d
parent99b9f5729a32f1b60bac150abe267da4daa1e7e2
smbd: Remove "listel" from notify_msg

We have all information that was kept in "notify_list" in other parts of smbd
as well. The only possible downside of this patch is that we possibly have a
lot more fsp's than fsp's with notifies, so notify_callback() might be a bit
slower in this situation. If this turns out to be a problem, I'd rather put
some more smarts into the notifyd protocol to enable a better indexed
notify_callback(). For now, this avoids data to be kept in two places.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/notify_msg.c