From: Haodong Tian Date: Wed, 12 Nov 2025 15:59:16 +0000 (+0800) Subject: fs/ext4: fix typo in comment X-Git-Tag: v6.19-rc1~161^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ada1e4f8937f1ae6b620e7b1c76e02b9b3a15be;p=thirdparty%2Fkernel%2Flinux.git fs/ext4: fix typo in comment Correct 'metdata' -> 'metadata' in comment. Signed-off-by: Haodong Tian Reviewed-by: Darrick J. Wong Message-ID: <20251112155916.3007639-1-tianhd25@mails.tsinghua.edu.cn> Signed-off-by: Theodore Ts'o --- diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c index c9329ed5c094e..8040c731b3e45 100644 --- a/fs/ext4/balloc.c +++ b/fs/ext4/balloc.c @@ -752,7 +752,7 @@ ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode, *count = ar.len; /* * Account for the allocated meta blocks. We will never - * fail EDQUOT for metdata, but we do account for it. + * fail EDQUOT for metadata, but we do account for it. */ if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) { dquot_alloc_block_nofail(inode,