linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zheng Liu <gnehzuil.liu@gmail.com>
To: Lukas Czerner <lczerner@redhat.com>
Cc: linux-ext4@vger.kernel.org, tytso@mit.edu, dmonakhov@openvz.org,
	bergwolf@gmail.com
Subject: Re: [PATCH 1/2] ext4: Prevent race while walking extent tree
Date: Wed, 21 Nov 2012 14:55:42 +0800	[thread overview]
Message-ID: <20121121065542.GA14704@gmail.com> (raw)
In-Reply-To: <1353423460-12178-2-git-send-email-lczerner@redhat.com>

On Tue, Nov 20, 2012 at 03:57:39PM +0100, Lukas Czerner wrote:
[cut]
> +
>  int ext4_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
>  		__u64 start, __u64 len)
>  {
> @@ -4802,8 +4811,8 @@ int ext4_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
>  		 * Walk the extent tree gathering extent information.
>  		 * ext4_ext_fiemap_cb will push extents back to user.
>  		 */

This comment needs to be updated because ext4_ext_fiemap_cb has been
renamed.

Regards,
                                                - Zheng

> -		error = ext4_ext_walk_space(inode, start_blk, len_blks,
> -					  ext4_ext_fiemap_cb, fieinfo);
> +		error = ext4_fill_fiemap_extents(inode, start_blk,
> +						 len_blks, fieinfo);
>  	}
>  
>  	return error;
> -- 
> 1.7.7.6
> 

  reply	other threads:[~2012-11-21  6:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 14:57 Fix some fiemap problems Lukas Czerner
2012-11-20 14:57 ` [PATCH 1/2] ext4: Prevent race while walking extent tree Lukas Czerner
2012-11-21  6:55   ` Zheng Liu [this message]
2012-11-21 10:35     ` Lukáš Czerner
2012-11-21 10:46   ` Peng Tao
2012-11-21 10:50     ` Peng Tao
2012-11-21 13:48     ` Lukáš Czerner
2012-11-20 14:57 ` [PATCH 2/2] ext4: simple cleanup in fiemap codepath Lukas Czerner
2012-11-21 10:48   ` Peng Tao
2012-11-21 14:12     ` Lukáš Czerner

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=20121121065542.GA14704@gmail.com \
    --to=gnehzuil.liu@gmail.com \
    --cc=bergwolf@gmail.com \
    --cc=dmonakhov@openvz.org \
    --cc=lczerner@redhat.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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;
as well as URLs for NNTP newsgroup(s).