summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/open.c')
-rw-r--r--source3/smbd/open.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c
index c9e29cf0e5..32f70eb0af 100644
--- a/source3/smbd/open.c
+++ b/source3/smbd/open.c
@@ -368,11 +368,6 @@ static NTSTATUS open_file(files_struct *fsp,
fsp->sent_oplock_break = NO_BREAK_SENT;
fsp->is_directory = False;
fsp->is_stat = False;
- if (conn->aio_write_behind_list
- && is_in_path(path, conn->aio_write_behind_list,
- conn->case_sensitive)) {
- fsp->aio_write_behind = True;
- }
string_set(&fsp->fsp_name, path);
fsp->wcp = NULL; /* Write cache pointer. */