diff options
author | trociny <trociny@FreeBSD.org> | 2011-07-13 05:32:55 +0000 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2011-07-13 05:32:55 +0000 |
commit | ec6755c2ee6ff3b1d58394b3777e9980d67fb33d (patch) | |
tree | 03409733369b7fdd6104117fcf9afe1bf3e643be /sbin/hastd | |
parent | a6611ba365603e677b3155b2b2493340d8b6c04b (diff) | |
download | FreeBSD-src-ec6755c2ee6ff3b1d58394b3777e9980d67fb33d.zip FreeBSD-src-ec6755c2ee6ff3b1d58394b3777e9980d67fb33d.tar.gz |
Fix indentation.
Approved by: pjd (mentor)
Diffstat (limited to 'sbin/hastd')
-rw-r--r-- | sbin/hastd/primary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c index e1f2ba4..dd414f8 100644 --- a/sbin/hastd/primary.c +++ b/sbin/hastd/primary.c @@ -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); } |