Fix of the previous commit: is_directio flag processing introduced in r4077

is still worthwhile.
This commit is contained in:
Igor Sysoev 2011-09-14 14:28:55 +00:00
parent 7ffb73c6b7
commit 9c5d25179c

View File

@ -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;
}