[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1331354485-18515-4-git-send-email-achender@linux.vnet.ibm.com>
Date: Fri, 9 Mar 2012 21:41:22 -0700
From: Allison Henderson <achender@...ux.vnet.ibm.com>
To: linux-ext4@...r.kernel.org, xiaoqiangnk@...il.com
Cc: Allison Henderson <achender@...ux.vnet.ibm.com>
Subject: [PATCH 3/6] Rename de patch3 from de to se scheme
This patch renames changes introduced by patch
"[PATCH_V3_3_6]_ext4_initialize_delayed_extent_tree "
All code referencing "delayed extents" or "de" are changed to
"status extents" or "se"
Signed-off-by: Allison Henderson <achender@...ux.vnet.ibm.com>
---
:100644 100644 e76253b... e6e2415... M fs/ext4/super.c
fs/ext4/super.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index e76253b..e6e2415 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -899,7 +899,7 @@ static struct inode *ext4_alloc_inode(struct super_block *sb)
memset(&ei->i_cached_extent, 0, sizeof(struct ext4_ext_cache));
INIT_LIST_HEAD(&ei->i_prealloc_list);
spin_lock_init(&ei->i_prealloc_lock);
- ext4_de_init_tree(&ei->i_de_tree);
+ ext4_se_init_tree(&ei->i_se_tree);
ei->i_reserved_data_blocks = 0;
ei->i_reserved_meta_blocks = 0;
ei->i_allocated_meta_blocks = 0;
--
1.7.1
--
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