]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/fsx.cc
update sources to v12.1.3
[ceph.git] / ceph / src / test / librbd / fsx.cc
index 940edf6397b56c8f201fad6a7f80e47081b3ef50..85596ef575628d7b64a9018705b6e57b1de2f861 100644 (file)
@@ -2393,12 +2393,14 @@ test(void)
                        log4(OP_SKIPPED, OP_WRITESAME, offset, size);
                        goto out;
                }
+               break;
         case OP_COMPARE_AND_WRITE:
                 /* compare_and_write not implemented */
                 if (!ops->compare_and_write) {
                         log4(OP_SKIPPED, OP_COMPARE_AND_WRITE, offset, size);
                         goto out;
                 }
+               break;
        }
 
        switch (op) {