Recognize HIO_FLUSH requests.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-05-21 20:21:20 +00:00
parent 342f1793ba
commit aa27d9ef94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222164

View File

@ -514,6 +514,7 @@ requnpack(struct hast_resource *res, struct hio *hio)
goto end;
}
switch (hio->hio_cmd) {
case HIO_FLUSH:
case HIO_KEEPALIVE:
break;
case HIO_READ: