commit | 9c5d25179cbda4968962fb2bd8dcbc8e417b7b85 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Sep 14 14:28:55 2011 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Sep 14 14:28:55 2011 +0000 |
tree | 6768919549ad1fbfa6aade70b7dd0c12152ca785 | |
parent | 7ffb73c6b78aa40eafd6589b68f2ce613b86cc00 [diff] [blame] |
Fix of the previous commit: is_directio flag processing introduced in r4077 is still worthwhile.
diff --git a/src/core/ngx_open_file_cache.c b/src/core/ngx_open_file_cache.c index 1306d14..0d605b5 100644 --- a/src/core/ngx_open_file_cache.c +++ b/src/core/ngx_open_file_cache.c
@@ -288,6 +288,8 @@ file->use_event = 1; } + of->is_directio = file->is_directio; + goto update; }