comparison src/http/ngx_http_busy_lock.h @ 4498:569ea17767bf

Workaround for fs_size on ZFS (ticket #46). ZFS reports incorrect st_blocks until file settles on disk, and this may take a while (i.e. just after creation of a file the st_blocks value is incorrect). As a workaround we now use st_blocks only if st_blocks * 512 > st_size, this should fix ZFS problems while still preserving accuracy for other filesystems. The problem had appeared in r3900 (1.0.1).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 Feb 2012 11:09:02 +0000
parents d620f497c50f
children
comparison
equal deleted inserted replaced
4497:95ab6658654a 4498:569ea17767bf