Re-enable the evil "aio write behind" parameter.
authorJeremy Allison <jra@samba.org>
Tue, 27 May 2008 04:17:28 +0000 (21:17 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 27 May 2008 04:17:28 +0000 (21:17 -0700)
Jeremy.

source/smbd/service.c

index 33b2cb26c1a6b58e40b7304a7c656c099209d454..491a67a2ebc086232792d6c39206145dab650407 100644 (file)
@@ -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