aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-07-06 15:28:45 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-07-06 15:28:45 -0400
commitff95015648df445999c8483270905f7d3dec51e1 (patch)
treeb989b0b85da2a6521cfed647c78c6e5664d3f62d /fs
parentext4: fix __ext4_new_inode() journal credits calculation (diff)
downloadlinux-dev-ff95015648df445999c8483270905f7d3dec51e1.tar.xz
linux-dev-ff95015648df445999c8483270905f7d3dec51e1.zip
ext4: fix spelling mistake: "prellocated" -> "preallocated"
Trivial fix to spelling mistake in mb_debug debug message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/mballoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c
index 95425918875e..581e357e8406 100644
--- a/fs/ext4/mballoc.c
+++ b/fs/ext4/mballoc.c
@@ -3567,7 +3567,7 @@ void ext4_mb_generate_from_pa(struct super_block *sb, void *bitmap,
ext4_set_bits(bitmap, start, len);
preallocated += len;
}
- mb_debug(1, "prellocated %u for group %u\n", preallocated, group);
+ mb_debug(1, "preallocated %u for group %u\n", preallocated, group);
}
static void ext4_mb_pa_callback(struct rcu_head *head)