]> Pileus Git - ~andy/linux/blobdiff - fs/ext4/resize.c
UBIFS: fix 64-bit divisions in debug print
[~andy/linux] / fs / ext4 / resize.c
index 27eb289eea3708fb4ee71dc26e31def645c5a03f..68b0351fc6474da9885d3c3d0d38fb027e338612 100644 (file)
@@ -1002,7 +1002,7 @@ int ext4_group_extend(struct super_block *sb, struct ext4_super_block *es,
                        " too large to resize to %llu blocks safely\n",
                        sb->s_id, n_blocks_count);
                if (sizeof(sector_t) < 8)
-                       ext4_warning(sb, __func__, "CONFIG_LBD not enabled");
+                       ext4_warning(sb, __func__, "CONFIG_LBDAF not enabled");
                return -EINVAL;
        }