diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-11 14:39:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:53 -0500 |
commit | d9a29aade0f01df1fa00ccdb8691b02b39bc1d14 (patch) | |
tree | 90e207a596fea2c25a850476bf522384dbe9f5b8 /source3/include | |
parent | fe881c3e38bb25a6716d94df362a5580afbdfd8b (diff) | |
download | samba-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/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index f9efa89958..cc03722c2b 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -512,7 +512,6 @@ typedef struct files_struct { BOOL modified; BOOL is_directory; BOOL is_stat; - BOOL aio_write_behind; BOOL lockdb_clean; BOOL initial_delete_on_close; /* Only set at NTCreateX if file was created. */ BOOL posix_open; @@ -661,7 +660,6 @@ typedef struct connection_struct { name_compare_entry *hide_list; /* Per-share list of files to return as hidden. */ name_compare_entry *veto_list; /* Per-share list of files to veto (never show). */ name_compare_entry *veto_oplock_list; /* Per-share list of files to refuse oplocks on. */ - name_compare_entry *aio_write_behind_list; /* Per-share list of files to use aio write behind on. */ struct dfree_cached_info *dfree_info; struct trans_state *pending_trans; struct notify_context *notify_ctx; |