Re-enable the evil "aio write behind" parameter.
authorJeremy Allison <jra@samba.org>
Tue, 27 May 2008 04:13:05 +0000 (21:13 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 27 May 2008 04:13:05 +0000 (21:13 -0700)
Jeremy.
(This used to be commit 5d22ca00bcdf49dcb35468400ac8cc3c57808d0d)

source3/smbd/service.c

index fbce22e975aba7a7c53d582b2a4746acf8a0dcd3..ac233a97b73dae706c6afca78d6c7260fff4bc64 100644 (file)
@@ -1025,6 +1025,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