]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: fix a just-introduced panic in readdir
authorasomers <asomers@FreeBSD.org>
Tue, 2 Apr 2019 19:20:55 +0000 (19:20 +0000)
committerasomers <asomers@FreeBSD.org>
Tue, 2 Apr 2019 19:20:55 +0000 (19:20 +0000)
commit15c1247d0e2a889149fe0983ee53b98743b4582d
treefce8e4a5a166a30d653d3fe1c07a1002dccd489f
parent0be0ce5fd904b995ea46193c66d2fe85a0242a12
fusefs: fix a just-introduced panic in readdir

r345808 changed the interface of fuse_filehandle_open, but failed to update
one caller.

Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_vnops.c