s3: file_walk_table -> files_forall
[ira/wip.git] / source3 / modules / vfs_aio_fork.c
index c725fa6b9061ea74ec882e67b208a3e6d81df362..ebad4b4c439a1c871b4b1e07c25d422e31ac28b5 100644 (file)
@@ -479,7 +479,7 @@ static NTSTATUS create_aio_child(struct aio_child_list *children,
        if (result->pid == 0) {
                close(fdpair[0]);
                result->sockfd = fdpair[1];
-               file_walk_table(close_fsp_fd, NULL);
+               files_forall(close_fsp_fd, NULL);
                aio_child_loop(result->sockfd, result->map);
        }