mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
We can't zero out ggio request, as we have some fields in there we initialize
once during start-up. Reported by: Mikolaj Golub <to.my.trociny@gmail.com> MFC after: 3 days
This commit is contained in:
parent
022f07b682
commit
51c63dce86
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213580
@ -930,7 +930,6 @@ ggate_recv_thread(void *arg)
|
||||
QUEUE_TAKE2(hio, free);
|
||||
pjdlog_debug(2, "ggate_recv: (%p) Got free request.", hio);
|
||||
ggio = &hio->hio_ggio;
|
||||
bzero(ggio, sizeof(*ggio));
|
||||
ggio->gctl_unit = res->hr_ggateunit;
|
||||
ggio->gctl_length = MAXPHYS;
|
||||
ggio->gctl_error = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user