Skip to content

Commit

Permalink
Fix of the previous commit: is_directio flag processing introduced in…
Browse files Browse the repository at this point in the history
… r4077

is still worthwhile.
  • Loading branch information
igorsysoev committed Sep 14, 2011
1 parent 7ffb73c commit 9c5d251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/ngx_open_file_cache.c
Expand Up @@ -288,6 +288,8 @@ ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name,
file->use_event = 1;
}

of->is_directio = file->is_directio;

goto update;
}

Expand Down

0 comments on commit 9c5d251

Please sign in to comment.