From: Jeremy Allison Date: Tue, 27 May 2008 04:17:28 +0000 (-0700) Subject: Re-enable the evil "aio write behind" parameter. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=79bda4467f399325773211bb4b660363024c66b4;p=samba.git Re-enable the evil "aio write behind" parameter. Jeremy. --- diff --git a/source/smbd/service.c b/source/smbd/service.c index 33b2cb26c1a..491a67a2ebc 100644 --- a/source/smbd/service.c +++ b/source/smbd/service.c @@ -1117,6 +1117,8 @@ static connection_struct *make_connection_snum(int snum, user_struct *vuser, set_namearray( &conn->veto_list, lp_veto_files(snum)); set_namearray( &conn->hide_list, lp_hide_files(snum)); set_namearray( &conn->veto_oplock_list, lp_veto_oplocks(snum)); + set_namearray( &conn->aio_write_behind_list, + lp_aio_write_behind(snum)); } /* Invoke VFS make connection hook - do this before the VFS_STAT call