summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-02-11 14:39:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:53 -0500
commitd9a29aade0f01df1fa00ccdb8691b02b39bc1d14 (patch)
tree90e207a596fea2c25a850476bf522384dbe9f5b8 /source3/smbd/service.c
parentfe881c3e38bb25a6716d94df362a5580afbdfd8b (diff)
downloadsamba-d9a29aade0f01df1fa00ccdb8691b02b39bc1d14.tar.gz
samba-d9a29aade0f01df1fa00ccdb8691b02b39bc1d14.tar.bz2
samba-d9a29aade0f01df1fa00ccdb8691b02b39bc1d14.zip
r21279: Get rid of 'aio write behind', this is broken.
It should probably better be integrated with our write cache. Volker (This used to be commit 58bfd168b046a97a895aaa3384fd7af8d077a1d5)
Diffstat (limited to 'source3/smbd/service.c')
-rw-r--r--source3/smbd/service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index c3bc89ec0d..eb464c29b2 100644
--- a/source3/smbd/service.c
+++ b/source3/smbd/service.c
@@ -772,7 +772,6 @@ static connection_struct *make_connection_snum(int snum, user_struct *vuser,
conn->veto_list = NULL;
conn->hide_list = NULL;
conn->veto_oplock_list = NULL;
- conn->aio_write_behind_list = NULL;
string_set(&conn->dirpath,"");
string_set(&conn->user,user);