From patchwork Sat Jan 5 07:43:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] ext4: remove duplicate assignment in ext4_init_new_dir() Date: Fri, 04 Jan 2013 21:43:01 -0000 From: Guo Chao X-Patchwork-Id: 209647 Message-Id: <1357371781-18194-3-git-send-email-yan@linux.vnet.ibm.com> To: tytso@mit.edu Cc: linux-ext4@vger.kernel.org, Tao Ma It should be a typo unless I miss something. Cc: Tao Ma Signed-off-by: Guo Chao Acked-by: Tao Ma --- 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;