comparison src/core/ngx_open_file_cache.c @ 4101:31cf2902de60

Fix of the previous commit: is_directio flag processing introduced in r4077 is still worthwhile.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Sep 2011 14:28:55 +0000
parents efeee901439a
children d620f497c50f
comparison
equal deleted inserted replaced
4100:efeee901439a 4101:31cf2902de60
286 286
287 if (file->event) { 287 if (file->event) {
288 file->use_event = 1; 288 file->use_event = 1;
289 } 289 }
290 290
291 of->is_directio = file->is_directio;
292
291 goto update; 293 goto update;
292 } 294 }
293 295
294 /* file was changed */ 296 /* file was changed */
295 297