]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sendfile: don't panic when VOP_GETPAGES_ASYNC returns an error
authorasomers <asomers@FreeBSD.org>
Fri, 19 Jul 2019 18:03:30 +0000 (18:03 +0000)
committerasomers <asomers@FreeBSD.org>
Fri, 19 Jul 2019 18:03:30 +0000 (18:03 +0000)
commit67182c4a607bfaefb643a3c43928b071b174b4f7
tree223084faa31ddd4c89cc3ec7430e0e2385b668b2
parent964ad037691c704db52222df803a9f2e24abfce8
sendfile: don't panic when VOP_GETPAGES_ASYNC returns an error

PR: 236466
Sponsored by: The FreeBSD Foundation
sys/kern/kern_sendfile.c
tests/sys/fs/fusefs/read.cc