[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1357371781-18194-3-git-send-email-yan@linux.vnet.ibm.com>
Date: Sat, 5 Jan 2013 15:43:01 +0800
From: Guo Chao <yan@...ux.vnet.ibm.com>
To: tytso@....edu
Cc: linux-ext4@...r.kernel.org, Tao Ma <boyu.mt@...bao.com>
Subject: [PATCH 3/3] ext4: remove duplicate assignment in ext4_init_new_dir()
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>
---
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;
--
1.7.9.5
--
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