]> err.no Git - util-linux/commitdiff
mount: remove redundant fflush
authorKarel Zak <kzak@redhat.com>
Tue, 23 Oct 2007 18:45:22 +0000 (20:45 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 25 Oct 2007 19:50:59 +0000 (21:50 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/fsprobe.c

index 9808fbeba5a72dd3157420cee9783cb612361f9c..b874f9d7f3117bbd17177bc2da2ad3ed92d201cb 100644 (file)
@@ -140,10 +140,8 @@ fsprobe_procfsloop_mount(int (*mount_fn)(struct mountargs *, int *, int *),
                                continue;
                        set_tested (fsname);
                        args->type = fsname;
-                       if (verbose) {
+                       if (verbose)
                                printf(_("Trying %s\n"), fsname);
-                               fflush(stdout);
-                       }
                        if ((*mount_fn) (args, special, status) == 0) {
                                *types = fsname;
                                ret = 0;