summaryrefslogtreecommitdiff
path: root/mount/fsprobe.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-10-23 20:45:22 +0200
committerKarel Zak <kzak@redhat.com>2007-10-25 21:50:59 +0200
commit552aff4d1ae77210c2fc234629ba28c0744be9bc (patch)
tree47e7311994fd2c969d77dbd6d92b43a9fd10504a /mount/fsprobe.c
parent89fde75b38cf8c99c1cc5c6b6c206de521e551f4 (diff)
downloadutil-linux-old-552aff4d1ae77210c2fc234629ba28c0744be9bc.tar.gz
mount: remove redundant fflush
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/fsprobe.c')
-rw-r--r--mount/fsprobe.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mount/fsprobe.c b/mount/fsprobe.c
index 9808fbeb..b874f9d7 100644
--- a/mount/fsprobe.c
+++ b/mount/fsprobe.c
@@ -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;