All of lore.kernel.org
 help / color / mirror / Atom feed
* master - dmsetup: Flush ouptut when using --interval
@ 2017-03-30  9:18 Bryn Reeves
  0 siblings, 0 replies; only message in thread
From: Bryn Reeves @ 2017-03-30  9:18 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=b8b2b1efd84fb1e96500d86f2ada3c2efa1338f3
Commit:        b8b2b1efd84fb1e96500d86f2ada3c2efa1338f3
Parent:        c7e4b97abc86da766d8465ff6c9bbc6b77766bba
Author:        Nir Soffer <nsoffer@redhat.com>
AuthorDate:    Thu Mar 30 10:17:32 2017 +0100
Committer:     Bryn M. Reeves <bmr@redhat.com>
CommitterDate: Thu Mar 30 10:17:32 2017 +0100

dmsetup: Flush ouptut when using --interval

---
 tools/dmsetup.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/dmsetup.c b/tools/dmsetup.c
index d25b3bd..44ea6f9 100644
--- a/tools/dmsetup.c
+++ b/tools/dmsetup.c
@@ -7080,6 +7080,7 @@ doit:
 
 			if (_count > 1 && r) {
 				printf("\n");
+				fflush(stdout);
 				/* wait for --interval and update timestamps */
 				if (!_do_report_wait()) {
 					ret = 1;



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-30  9:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30  9:18 master - dmsetup: Flush ouptut when using --interval Bryn Reeves

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.