| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 06/12] xfs: remove one blank line in xfs_btree_make_block_unfull() |
| From: | zwu.kernel@xxxxxxxxx |
| Date: | Wed, 7 Aug 2013 18:11:03 +0800 |
| Cc: | Zhi Yong Wu <wuzhy@xxxxxxxxxxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1375870269-13157-1-git-send-email-zwu.kernel@xxxxxxxxx> |
| References: | <1375870269-13157-1-git-send-email-zwu.kernel@xxxxxxxxx> |
From: Zhi Yong Wu <wuzhy@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Zhi Yong Wu <wuzhy@xxxxxxxxxxxxxxxxxx>
---
fs/xfs/xfs_btree.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/xfs/xfs_btree.c b/fs/xfs/xfs_btree.c
index 1ecc041..eccc788 100644
--- a/fs/xfs/xfs_btree.c
+++ b/fs/xfs/xfs_btree.c
@@ -2756,7 +2756,6 @@ xfs_btree_make_block_unfull(
if (numrecs < cur->bc_ops->get_dmaxrecs(cur, level)) {
/* A root block that can be made bigger. */
-
xfs_iroot_realloc(ip, 1, cur->bc_private.b.whichfork);
} else {
/* A root block that needs replacing */
--
1.7.11.7
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 04/12] xfs: fix the comment of xfs_mod_incore_sb_unlocked(), zwu . kernel |
|---|---|
| Next by Date: | [PATCH 05/12] xfs: fix the comment of xlog_write_setup_copy(), zwu . kernel |
| Previous by Thread: | [PATCH 04/12] xfs: fix the comment of xfs_mod_incore_sb_unlocked(), zwu . kernel |
| Next by Thread: | [PATCH 05/12] xfs: fix the comment of xlog_write_setup_copy(), zwu . kernel |
| Indexes: | [Date] [Thread] [Top] [All Lists] |