svn commit: r223974 - head/sbin/hastd

[ Available lists | Index of svn-src-head | Month of Jul 2011 | Week of 13 Jul 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Mikolaj Golub <trociny@FreeBSD.org>
Date
13 Jul 2011 05:32:55
Subject
svn commit: r223974 - head/sbin/hastd
Message-ID
201107130532.p6D5WtqB070889@svn.freebsd.org


[ Hide this part ]
Author: trociny
Date: Wed Jul 13 05:32:55 2011
New Revision: 223974
URL: http://svn.freebsd.org/changeset/base/223974

Log:
Fix indentation.

Approved by: pjd (mentor)

Modified:
head/sbin/hastd/primary.c

Modified: head/sbin/hastd/primary.c
==============================================================================
--- head/sbin/hastd/primary.c Wed Jul 13 04:30:16 2011 (r223973)
+++ head/sbin/hastd/primary.c Wed Jul 13 05:32:55 2011 (r223974)
@@ -1688,7 +1688,7 @@ ggate_send_thread(void *arg)
if (ggio->gctl_error == 0 && ggio->gctl_cmd == BIO_WRITE) {
mtx_lock(&res->hr_amp_lock);
if (activemap_write_complete(res->hr_amp,
- ggio->gctl_offset, ggio->gctl_length)) {
+ ggio->gctl_offset, ggio->gctl_length)) {
res->hr_stat_activemap_update++;
(void)hast_activemap_flush(res);
}


Elapsed time: 0.069 seconds