0b15456
From f8acd63e169cdec39c47ac0d8c1b98e115cf24a1 Mon Sep 17 00:00:00 2001
0b15456
From: =?utf-8?q?Dan=20Hor=C3=A1k?= <dan@danny.cz>
0b15456
Date: Thu, 23 Apr 2009 11:46:01 +0200
0b15456
Subject: [PATCH 3/9] s390-tools-1.8.1-fdasd-su
0b15456
0b15456
---
0b15456
 fdasd/fdasd.c |   10 ++++++----
0b15456
 1 files changed, 6 insertions(+), 4 deletions(-)
0b15456
0b15456
diff --git a/fdasd/fdasd.c b/fdasd/fdasd.c
0b15456
index aa16659..3a54968 100644
0b15456
--- a/fdasd/fdasd.c
0b15456
+++ b/fdasd/fdasd.c
0b15456
@@ -2009,10 +2009,12 @@ fdasd_get_geometry (fdasd_anchor_t *anc)
0b15456
 	if (anc->verbose) printf("disk type check     : ok\n");
0b15456
 
0b15456
         if (dasd_info.FBA_layout != 0) {
0b15456
-                snprintf(err_str, ERROR_STRING_SIZE, 
0b15456
-			"%s is not formatted with z/OS compatible "
0b15456
-			"disk layout!", options.device);
0b15456
-                fdasd_error(anc, wrong_disk_format, err_str);
0b15456
+                if(!anc->silent) {
0b15456
+                    snprintf(err_str, ERROR_STRING_SIZE,
0b15456
+			    "%s is not formatted with z/OS compatible "
0b15456
+			    "disk layout!", options.device);
0b15456
+                    fdasd_error(anc, wrong_disk_format, err_str);
0b15456
+                }
0b15456
         }      
0b15456
 
0b15456
 	if (anc->verbose) printf("disk layout check   : ok\n");
0b15456
-- 
0b15456
1.6.3.3
0b15456