mirror of
https://github.com/nginx/nginx.git
synced 2024-12-23 15:40:03 -06:00
fix comment
This commit is contained in:
parent
bf93476272
commit
c3584fec61
@ -572,9 +572,10 @@ ngx_open_file_add_event(ngx_open_file_cache_t *cache,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* we do not file->use_event here because there may be a race
|
* we do not set file->use_event here because there may be a race
|
||||||
* condition between opening file and adding event, so we rely
|
* condition: a file may be deleted between opening the file and
|
||||||
* upon event notification only after first file revalidation
|
* adding event, so we rely upon event notification only after
|
||||||
|
* one file revalidation on next file access
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user