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: <cf669dd1-5382-a1d1-cc4b-7c0109cb65f8@infradead.org>
Date:   Mon, 21 Aug 2023 19:53:46 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     GUO Zihua <guozihua@...wei.com>, hch@...radead.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] freevxfs: Fixed comment for parameter of
 vxfs_immed_read_folio and vxfs_bmap_ext4



On 8/21/23 18:43, GUO Zihua wrote:
> Fixed comment for parameter of vxfs_immed_read_folio and vxfs_bmap_ext4.
> 
> Signed-off-by: GUO Zihua <guozihua@...wei.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.

> ---
>  fs/freevxfs/vxfs_bmap.c  | 2 +-
>  fs/freevxfs/vxfs_immed.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/freevxfs/vxfs_bmap.c b/fs/freevxfs/vxfs_bmap.c
> index de2a5bccb930..9615f9fea54f 100644
> --- a/fs/freevxfs/vxfs_bmap.c
> +++ b/fs/freevxfs/vxfs_bmap.c
> @@ -29,7 +29,7 @@ vxfs_typdump(struct vxfs_typed *typ)
>  /**
>   * vxfs_bmap_ext4 - do bmap for ext4 extents
>   * @ip:		pointer to the inode we do bmap for
> - * @iblock:	logical block.
> + * @bn:	logical block.
>   *
>   * Description:
>   *   vxfs_bmap_ext4 performs the bmap operation for inodes with
> diff --git a/fs/freevxfs/vxfs_immed.c b/fs/freevxfs/vxfs_immed.c
> index 9b49ec36e667..01cded39ade2 100644
> --- a/fs/freevxfs/vxfs_immed.c
> +++ b/fs/freevxfs/vxfs_immed.c
> @@ -15,7 +15,7 @@
>  
>  /**
>   * vxfs_immed_read_folio - read part of an immed inode into pagecache
> - * @file:	file context (unused)
> + * @fp:	file context (unused)
>   * @folio:	folio to fill in.
>   *
>   * Description:

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ