Linux EXT4 FS development
 help / color / mirror / Atom feed
* [PATCH] fs/ext4: fix typo in comment
@ 2025-11-12 15:59 Haodong Tian
  2025-11-12 18:28 ` Darrick J. Wong
  2025-12-01 16:23 ` Theodore Ts'o
  0 siblings, 2 replies; 3+ messages in thread
From: Haodong Tian @ 2025-11-12 15:59 UTC (permalink / raw)
  To: tytso; +Cc: adilger.kernel, linux-ext4, linux-kernel, Haodong Tian

Correct 'metdata' -> 'metadata' in comment.

Signed-off-by: Haodong Tian <tianhd25@mails.tsinghua.edu.cn>
---
 fs/ext4/balloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c
index c9329ed5c094..8040c731b3e4 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,
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] fs/ext4: fix typo in comment
  2025-11-12 15:59 [PATCH] fs/ext4: fix typo in comment Haodong Tian
@ 2025-11-12 18:28 ` Darrick J. Wong
  2025-12-01 16:23 ` Theodore Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Darrick J. Wong @ 2025-11-12 18:28 UTC (permalink / raw)
  To: Haodong Tian; +Cc: tytso, adilger.kernel, linux-ext4, linux-kernel

On Wed, Nov 12, 2025 at 11:59:16PM +0800, Haodong Tian wrote:
> Correct 'metdata' -> 'metadata' in comment.
> 
> Signed-off-by: Haodong Tian <tianhd25@mails.tsinghua.edu.cn>

Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>

--D

> ---
>  fs/ext4/balloc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c
> index c9329ed5c094..8040c731b3e4 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,
> -- 
> 2.47.3
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fs/ext4: fix typo in comment
  2025-11-12 15:59 [PATCH] fs/ext4: fix typo in comment Haodong Tian
  2025-11-12 18:28 ` Darrick J. Wong
@ 2025-12-01 16:23 ` Theodore Ts'o
  1 sibling, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2025-12-01 16:23 UTC (permalink / raw)
  To: Haodong Tian; +Cc: Theodore Ts'o, adilger.kernel, linux-ext4, linux-kernel


On Wed, 12 Nov 2025 23:59:16 +0800, Haodong Tian wrote:
> Correct 'metdata' -> 'metadata' in comment.
> 
> 

Applied, thanks!

[1/1] fs/ext4: fix typo in comment
      commit: 4ada1e4f8937f1ae6b620e7b1c76e02b9b3a15be

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-01 16:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 15:59 [PATCH] fs/ext4: fix typo in comment Haodong Tian
2025-11-12 18:28 ` Darrick J. Wong
2025-12-01 16:23 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox