treewide: Use fallthrough pseudo-keyword
[linux-2.6-block.git] / net / ceph / mon_client.c
index 3d8c8015e976fe8bb1d9708cd76bce1f1426981c..d633a0aeaa5525f8196eaa7881d258da402ba5d2 100644 (file)
@@ -1307,7 +1307,7 @@ static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con,
                 * request had a non-zero tid.  Work around this weirdness
                 * by allocating a new message.
                 */
-               /* fall through */
+               fallthrough;
        case CEPH_MSG_MON_MAP:
        case CEPH_MSG_MDS_MAP:
        case CEPH_MSG_OSD_MAP: