]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the unix VFS so that it keeps track of the size of unlinked files omit-fstat-after-unlink
authordrh <drh@noemail.net>
Mon, 9 Jun 2014 20:06:01 +0000 (20:06 +0000)
committerdrh <drh@noemail.net>
Mon, 9 Jun 2014 20:06:01 +0000 (20:06 +0000)
commitf5154c6a1cb9d91d2cf608dd168bf539f7fa97b9
tree48cce12383c422116a27a1219cd280a68260ed15
parent62a223e5dd9227b7aa41e66d53df723d61fcf185
Enhance the unix VFS so that it keeps track of the size of unlinked files
internally and thus avoids the need to call fstat() on those files, since
fstat() does not work reliably on unlinked files on some implementations of
FuseFS.

FossilOrigin-Name: c41df393c6afbfbfdc4d1b885024e083c6f6de1f
manifest
manifest.uuid
src/os_unix.c