]> Gentwo Git Trees - linux/.git/commitdiff
fs/ext4: fix typo in comment
authorHaodong Tian <tianhd25@mails.tsinghua.edu.cn>
Wed, 12 Nov 2025 15:59:16 +0000 (23:59 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Nov 2025 22:13:34 +0000 (17:13 -0500)
Correct 'metdata' -> 'metadata' in comment.

Signed-off-by: Haodong Tian <tianhd25@mails.tsinghua.edu.cn>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Message-ID: <20251112155916.3007639-1-tianhd25@mails.tsinghua.edu.cn>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/balloc.c

index c9329ed5c094e281551de4477022a57043c80646..8040c731b3e45d1c54fda8bb5493604e03c969bd 100644 (file)
@@ -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,