svn commit: r222164 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat May 21 20:21:20 UTC 2011


Author: pjd
Date: Sat May 21 20:21:20 2011
New Revision: 222164
URL: http://svn.freebsd.org/changeset/base/222164

Log:
  Recognize HIO_FLUSH requests.
  
  MFC after:	1 week

Modified:
  head/sbin/hastd/secondary.c

Modified: head/sbin/hastd/secondary.c
==============================================================================
--- head/sbin/hastd/secondary.c	Sat May 21 17:43:43 2011	(r222163)
+++ head/sbin/hastd/secondary.c	Sat May 21 20:21:20 2011	(r222164)
@@ -514,6 +514,7 @@ requnpack(struct hast_resource *res, str
 		goto end;
 	}
 	switch (hio->hio_cmd) {
+	case HIO_FLUSH:
 	case HIO_KEEPALIVE:
 		break;
 	case HIO_READ:


More information about the svn-src-head mailing list