]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd_fuse/rbd-fuse.c: remove consecutive return/break statement
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Mar 2013 14:31:50 +0000 (15:31 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Mar 2013 14:31:50 +0000 (15:31 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rbd_fuse/rbd-fuse.c

index 5bdaba3a0d99b3b98ef7c59317b2fa9dfc21517a..2baa9dbf48a1a51e06b4144f06e923229685e294 100644 (file)
@@ -120,7 +120,6 @@ find_openrbd(const char *path)
                if ((opentbl[i].image_name != NULL) &&
                    (strcmp(opentbl[i].image_name, path) == 0)) {
                        return i;
-                       break;
                }
        }
        return -1;