This patch adds missing break statement in kpartx. Signed-off-by: Vasant Hegde <vahegde1@xxxxxxxxxxxxxxxxxx> --- kpartx/kpartx.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kpartx/kpartx.c b/kpartx/kpartx.c index 05dfce7..0711450 100644 --- a/kpartx/kpartx.c +++ b/kpartx/kpartx.c @@ -241,6 +241,7 @@ main(int argc, char **argv){ while ((arg = getopt(argc, argv, short_opts)) != EOF) switch(arg) { case 'r': ro=1; + break; case 'f': force_devmap=1; break; @@ -267,6 +268,7 @@ main(int argc, char **argv){ break; case 's': sync = 1; + break; case 'u': what = UPDATE; break; -- 1.7.3.4 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel