summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_file_cache.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-26 17:32:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-26 17:32:17 +0000
commitefdaec7003e37933e113b009407f2a62df2ec78a (patch)
treefbf57f161e23d1254eb47a769ba69d83f9e5a5b7 /src/http/ngx_http_file_cache.c
parent7571f6c962e5b02abf01b2f1c9f84cb109728d4d (diff)
downloadnginx-efdaec7003e37933e113b009407f2a62df2ec78a.tar.gz
nginx-efdaec7003e37933e113b009407f2a62df2ec78a.tar.bz2
merge r3024, r3025, r3028, r3033, r3034, r3035, r3036:
allow cross device temporary files atomic copying
Diffstat (limited to 'src/http/ngx_http_file_cache.c')
-rw-r--r--src/http/ngx_http_file_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_file_cache.c b/src/http/ngx_http_file_cache.c
index 249055da1..a60483d59 100644
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -651,7 +651,6 @@ ngx_http_file_cache_update(ngx_http_request_t *r, ngx_temp_file_t *tf)
ext.time = -1;
ext.create_path = 1;
ext.delete_file = 1;
- ext.log_rename_error = 1;
ext.log = r->connection->log;
rc = ngx_ext_rename_file(&tf->file.name, &c->file.name, &ext);