[dm-devel] [PATCH 13/18] multipath-tools: delete nearly all attribute of last member(NULL) in hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jul 30 00:28:21 UTC 2016


They are "useless".
Leave only mandatory attributes.

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 822f7ff..ebad919 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -910,29 +910,6 @@ static struct hwentry default_hw[] = {
 	{
 		.vendor        = NULL,
 		.product       = NULL,
-		.revision      = NULL,
-		.bl_product    = NULL,
-		.pgpolicy      = 0,
-		.uid_attribute = NULL,
-		.selector      = NULL,
-		.checker_name  = NULL,
-		.features      = NULL,
-		.hwhandler     = NULL,
-		.prio_name     = NULL,
-		.prio_args     = NULL,
-		.pgfailback    = 0,
-		.rr_weight     = 0,
-		.no_path_retry = 0,
-		.minio         = 0,
-		.minio_rq      = 0,
-		.flush_on_last_del = 0,
-		.fast_io_fail  = 0,
-		.dev_loss      = 0,
-		.retain_hwhandler = NULL,
-		.detect_prio   = NULL,
-		.deferred_remove = NULL,
-		.delay_watch_checks = 0,
-		.delay_wait_checks = 0,
 	},
 };
 
-- 
2.7.4




More information about the dm-devel mailing list