]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_librbd_fsx: add missing break statement
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 25 Sep 2012 17:51:57 +0000 (10:51 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 25 Sep 2012 17:51:57 +0000 (10:51 -0700)
Fortunately we never used the -m option.

CID 716962: Missing break in switch (MISSING_BREAK)
At (1): This case (value 109) is not terminated by a 'break'
statement. # (use "git add <file>..." to update what will be
committed)

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/test/rbd/fsx.c

index 15bd630bdd2ba36b84aef3473c8934a2d95e7934..17f4cb91855160be81a5cc92e63645ffe8f6ba4e 100644 (file)
@@ -1325,6 +1325,7 @@ main(int argc, char **argv)
                        if (monitorend == 0)
                                monitorend = -1; /* aka infinity */
                        debug = 1;
+                       break;
                case 'n':
                        sizechecks = 0;
                        break;