From: Jan Kara <jack@suse.cz>
To: Chengguang Xu <cgxu519@mykernel.net>
Cc: jack@suse.cz, linux-ext4@vger.kernel.org
Subject: Re: [PATCH v2] ext2: fix some incorrect comments in inode.c
Date: Fri, 3 Jul 2020 14:55:42 +0200 [thread overview]
Message-ID: <20200703125542.GA21364@quack2.suse.cz> (raw)
In-Reply-To: <20200703124411.24085-1-cgxu519@mykernel.net>
On Fri 03-07-20 20:44:11, Chengguang Xu wrote:
> There are some incorrect comments in inode.c, so fix them
> properly.
>
> Signed-off-by: Chengguang Xu <cgxu519@mykernel.net>
Thanks, I've added the patch to my tree.
Honza
> ---
> v1->v2:
> - Fix incorrect comment for ext2_blks_to_allocate() instead of
> deleting it.
> - Fix incorrect comment for ext2_alloc_blocks().
>
> fs/ext2/inode.c | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c
> index c8b371c82b4f..80662e1f7889 100644
> --- a/fs/ext2/inode.c
> +++ b/fs/ext2/inode.c
> @@ -356,8 +356,7 @@ static inline ext2_fsblk_t ext2_find_goal(struct inode *inode, long block,
> * @blks: number of data blocks to be mapped.
> * @blocks_to_boundary: the offset in the indirect block
> *
> - * return the total number of blocks to be allocate, including the
> - * direct and indirect blocks.
> + * return the number of direct blocks to allocate.
> */
> static int
> ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks,
> @@ -390,11 +389,9 @@ ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks,
> * ext2_alloc_blocks: multiple allocate blocks needed for a branch
> * @indirect_blks: the number of blocks need to allocate for indirect
> * blocks
> - *
> + * @blks: the number of blocks need to allocate for direct blocks
> * @new_blocks: on return it will store the new block numbers for
> * the indirect blocks(if needed) and the first direct block,
> - * @blks: on return it will store the total number of allocated
> - * direct blocks
> */
> static int ext2_alloc_blocks(struct inode *inode,
> ext2_fsblk_t goal, int indirect_blks, int blks,
> --
> 2.20.1
>
>
--
Jan Kara <jack@suse.com>
SUSE Labs, CR
prev parent reply other threads:[~2020-07-03 12:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-03 12:44 [PATCH v2] ext2: fix some incorrect comments in inode.c Chengguang Xu
2020-07-03 12:55 ` Jan Kara [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200703125542.GA21364@quack2.suse.cz \
--to=jack@suse.cz \
--cc=cgxu519@mykernel.net \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox