Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / fs / xfs / xfs_bmap_util.c
index 0936f3a..2988efa 100644 (file)
@@ -286,7 +286,7 @@ xfs_bmap_count_blocks(
                 */
                *count += btblocks - 1;
 
-               /* fall through */
+               fallthrough;
        case XFS_DINODE_FMT_EXTENTS:
                *nextents = xfs_bmap_count_leaves(ifp, count);
                break;