Skip to content

Commit 4ada1e4

Browse files
tth37tytso
authored andcommitted
fs/ext4: fix typo in comment
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>
1 parent cc742fd commit 4ada1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ext4/balloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ ext4_fsblk_t ext4_new_meta_blocks(handle_t *handle, struct inode *inode,
752752
*count = ar.len;
753753
/*
754754
* Account for the allocated meta blocks. We will never
755-
* fail EDQUOT for metdata, but we do account for it.
755+
* fail EDQUOT for metadata, but we do account for it.
756756
*/
757757
if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) {
758758
dquot_alloc_block_nofail(inode,

0 commit comments

Comments
 (0)