smbd: Remove "file_sync_all" function
authorVolker Lendecke <vl@samba.org>
Thu, 13 Sep 2018 04:21:37 +0000 (06:21 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 14 Sep 2018 05:49:13 +0000 (07:49 +0200)
commitaa30fd54a22db8535b661563cab1adb15826239d
treebf64d44a0ec8bf80e8480a2af655c6b8dc5cb92c
parent41f2d1d1bdf51699cab774e103fcf00a32bc7071
smbd: Remove "file_sync_all" function

Replace with a call to files_forall. Why? I just came across this
function that only has one pretty obscure user. This does not justify
a full library function, IMHO at least.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/files.c
source3/smbd/proto.h
source3/smbd/reply.c