]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix a page fault with writeback cacheing
authorasomers <asomers@FreeBSD.org>
Tue, 11 Jun 2019 23:46:31 +0000 (23:46 +0000)
committerasomers <asomers@FreeBSD.org>
Tue, 11 Jun 2019 23:46:31 +0000 (23:46 +0000)
commit198d8532ba1b9e893ece98704e43f7f0349f669c
tree0c6e29d2639805f3f809485ae0f6d3abbc4e8e2c
parentd6a303386fe79187c5e7a22efe2bede77fd043ed
fusefs: fix a page fault with writeback cacheing

When truncating a file downward through a dirty buffer, it's neccessary to
update the buffer's b->dirtyend.

Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_node.c
tests/sys/fs/fusefs/io.cc