lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251112182806.GM196358@frogsfrogsfrogs>
Date: Wed, 12 Nov 2025 10:28:06 -0800
From: "Darrick J. Wong" <djwong@...nel.org>
To: Haodong Tian <tianhd25@...ls.tsinghua.edu.cn>
Cc: tytso@....edu, adilger.kernel@...ger.ca, linux-ext4@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs/ext4: fix typo in comment

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

Reviewed-by: "Darrick J. Wong" <djwong@...nel.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
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ