]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix an infinite loop in the tests
authorasomers <asomers@FreeBSD.org>
Tue, 11 Jun 2019 16:16:16 +0000 (16:16 +0000)
committerasomers <asomers@FreeBSD.org>
Tue, 11 Jun 2019 16:16:16 +0000 (16:16 +0000)
commit908ce3e65ca4cf4224b34bd98afff8bec5449c87
tree12a8e049c34839fe44ac8fa342f5647a19e3119b
parent1495a7bd2d546c35e1b1e080a8f2a8d8916dc314
fusefs: fix an infinite loop in the tests

It was possible for the MockFS thread to infinitely loop if it got an error
reading from /dev/fuse.

Sponsored by: The FreeBSD Foundation
tests/sys/fs/fusefs/mockfs.cc