Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2011 20:21:20 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222164 - head/sbin/hastd
Message-ID:  <201105212021.p4LKLK0E044215@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105212021.p4LKLK0E044215>