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:
Pawel Jakub Dawidek 2010-10-08 15:05:39 +00:00
parent 022f07b682
commit 51c63dce86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213580

View File

@ -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;