[PATCH 5/8] dm: bug in error path for unknown target type

From: Joe Thornber (joe@fib011235813.fsnet.co.uk)
Date: Wed Feb 26 2003 - 12:11:08 EST


Silly mistake in error path when an unknown target type is requested.

--- diff/drivers/md/dm-table.c 2003-02-26 16:09:47.000000000 +0000
+++ source/drivers/md/dm-table.c 2003-02-26 16:10:02.000000000 +0000
@@ -591,7 +591,7 @@
         tgt->type = dm_get_target_type(type);
         if (!tgt->type) {
                 tgt->error = "unknown target type";
- goto bad;
+ return r;
         }
 
         tgt->table = t;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:36 EST