summaryrefslogtreecommitdiffstats
path: root/sbin/hastd
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-05-21 20:21:20 +0000
committerpjd <pjd@FreeBSD.org>2011-05-21 20:21:20 +0000
commit0ebed84dd0d6e9f4219f1e24043618517c004c3e (patch)
treecce4fbcb2cf607c0c4085f3e21ea1334db1a8f63 /sbin/hastd
parenta899800e2a5b4a160e47053753c0100557992c10 (diff)
downloadFreeBSD-src-0ebed84dd0d6e9f4219f1e24043618517c004c3e.zip
FreeBSD-src-0ebed84dd0d6e9f4219f1e24043618517c004c3e.tar.gz
Recognize HIO_FLUSH requests.
MFC after: 1 week
Diffstat (limited to 'sbin/hastd')
-rw-r--r--sbin/hastd/secondary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/hastd/secondary.c b/sbin/hastd/secondary.c
index 58b8f69..176d047 100644
--- a/sbin/hastd/secondary.c
+++ b/sbin/hastd/secondary.c
@@ -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:
OpenPOWER on IntegriCloud