* there's no point to read in the successive index pages.
*/
iam_get_ikey(path, p->at, (struct iam_ikey *)&bhash);
-@@ -425,25 +624,89 @@ static int ext3_htree_advance(struct ino
+@@ -425,25 +624,90 @@ static int ext3_htree_advance(struct ino
* block so no check is necessary
*/
while (num_frames--) {
+ break;
+ }
+ dx_unlock_array(object, lh);
++ iam_path_fini(path);
+ result = dx_lookup(path);
+ while (path->ip_frame->leaf != cursor) {
+ result = iam_index_advance(path);
}
int ext3_htree_next_block(struct inode *dir, __u32 hash,
-@@ -882,7 +1145,7 @@ static struct buffer_head * ext3_dx_find
+@@ -882,7 +1146,7 @@ static struct buffer_head * ext3_dx_find
sb = dir->i_sb;
/* NFS may look up ".." - look at dx_root directory block */
if (namelen > 2 || name[0] != '.'||(name[1] != '.' && name[1] != '\0')){
if (*err != 0)
return NULL;
} else {
-@@ -1114,7 +1377,7 @@ struct ext3_dir_entry_2 *move_entries(st
+@@ -1114,7 +1378,7 @@ struct ext3_dir_entry_2 *move_entries(st
hash2 = map[split].hash;
continued = hash2 == map[split - 1].hash;
dxtrace(printk("Split block %i at %x, %i/%i\n",
/* Fancy dance to stay within two buffers */
de2 = dx_move_dirents(data1, data2, map + split, count - split);
-@@ -1484,16 +1747,40 @@ static int shift_entries(struct iam_path
+@@ -1484,16 +1748,40 @@ static int shift_entries(struct iam_path
(char *) iam_entry_shift(path, entries, count1),
count2 * iam_entry_size(path));
{
struct iam_entry *entries; /* old block contents */
-@@ -1501,6 +1788,8 @@ int split_index_node(handle_t *handle, s
+@@ -1501,6 +1789,8 @@ int split_index_node(handle_t *handle, s
struct iam_frame *frame, *safe;
struct buffer_head *bh_new[DX_MAX_TREE_HEIGHT] = {0};
u32 newblock[DX_MAX_TREE_HEIGHT] = {0};
struct inode *dir = iam_path_obj(path);
struct iam_descr *descr;
int nr_splet;
-@@ -1523,12 +1812,14 @@ int split_index_node(handle_t *handle, s
+@@ -1523,12 +1813,14 @@ int split_index_node(handle_t *handle, s
* - first allocate all necessary blocks
*
* - insert pointers into them atomically.
dxtrace(printk("using %u of %u node entries\n",
dx_get_count(entries), dx_get_limit(entries)));
-@@ -1545,7 +1836,25 @@ int split_index_node(handle_t *handle, s
+@@ -1545,7 +1837,25 @@ int split_index_node(handle_t *handle, s
}
safe = frame;
* transaction... */
for (frame = safe + 1, i = 0; i < nr_splet; ++i, ++frame) {
bh_new[i] = ext3_append (handle, dir, &newblock[i], &err);
-@@ -1553,6 +1862,11 @@ int split_index_node(handle_t *handle, s
+@@ -1553,6 +1863,11 @@ int split_index_node(handle_t *handle, s
descr->id_ops->id_node_init(path->ip_container,
bh_new[i], 0) != 0)
goto cleanup;
BUFFER_TRACE(frame->bh, "get_write_access");
err = ext3_journal_get_write_access(handle, frame->bh);
if (err)
-@@ -1602,9 +1916,11 @@ int split_index_node(handle_t *handle, s
+@@ -1602,9 +1917,11 @@ int split_index_node(handle_t *handle, s
dx_set_limit(entries2, dx_node_limit(path));
/* Set up root */
/* Shift frames in the path */
memmove(frames + 2, frames + 1,
-@@ -1635,6 +1951,7 @@ int split_index_node(handle_t *handle, s
+@@ -1635,6 +1952,7 @@ int split_index_node(handle_t *handle, s
idx - count + d);
frame->entries = entries = entries2;
swap(frame->bh, bh2);
bh_new[i] = bh2;
parent->at = iam_entry_shift(path,
parent->at, +1);
-@@ -1662,6 +1979,8 @@ int split_index_node(handle_t *handle, s
+@@ -1662,6 +1980,8 @@ int split_index_node(handle_t *handle, s
dx_get_limit(path->ip_frame->entries));
}
if (nr_splet > 0) {
/*
* Log ->i_size modification.
*/
-@@ -1674,6 +1993,9 @@ journal_error:
+@@ -1674,6 +1994,9 @@ journal_error:
ext3_std_error(dir->i_sb, err);
cleanup:
for (i = 0; i < ARRAY_SIZE(bh_new); ++i) {
if (bh_new[i] != NULL)
brelse(bh_new[i]);
-@@ -1695,18 +2017,18 @@ static int ext3_dx_add_entry(handle_t *h
+@@ -1695,18 +2018,18 @@ static int ext3_dx_add_entry(handle_t *h
struct buffer_head * bh = NULL;
struct inode *dir = dentry->d_parent->d_inode;
struct ext3_dir_entry_2 *de;
isize = dir->i_size;
err = param->id_ops->id_node_read(path->ip_container,
-@@ -1726,7 +2048,7 @@ static int ext3_dx_add_entry(handle_t *h
+@@ -1726,7 +2049,7 @@ static int ext3_dx_add_entry(handle_t *h
goto cleanup;
}
if (err)
goto cleanup;
-@@ -1742,6 +2064,7 @@ static int ext3_dx_add_entry(handle_t *h
+@@ -1742,6 +2065,7 @@ static int ext3_dx_add_entry(handle_t *h
journal_error:
ext3_std_error(dir->i_sb, err);
cleanup: