[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50E7DECB.7080707@tao.ma>
Date: Sat, 05 Jan 2013 16:05:31 +0800
From: Tao Ma <tm@....ma>
To: Guo Chao <yan@...ux.vnet.ibm.com>
CC: tytso@....edu, linux-ext4@...r.kernel.org,
Tao Ma <boyu.mt@...bao.com>
Subject: Re: [PATCH 3/3] ext4: remove duplicate assignment in ext4_init_new_dir()
On 01/05/2013 03:43 PM, Guo Chao wrote:
> It should be a typo unless I miss something.
>
> Cc: Tao Ma <boyu.mt@...bao.com>
> Signed-off-by: Guo Chao <yan@...ux.vnet.ibm.com>
oh, you are right. Thanks for the fix. And I really can't recall how I
messed this up.
Acked-by: Tao Ma <boyu.mt@...bao.com>
> ---
> fs/ext4/namei.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c
> index e249a47..db3b1e9 100644
> --- a/fs/ext4/namei.c
> +++ b/fs/ext4/namei.c
> @@ -2368,7 +2368,6 @@ static int ext4_init_new_dir(handle_t *handle, struct inode *dir,
> }
>
> inode->i_size = EXT4_I(inode)->i_disksize = blocksize;
> - dir_block = ext4_bread(handle, inode, 0, 1, &err);
> if (!(dir_block = ext4_bread(handle, inode, 0, 1, &err))) {
> if (!err) {
> err = -EIO;
>
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists