On Mon, 27 Aug 2007 21:10:01 +0800
"Yan Zheng" <[EMAIL PROTECTED]> wrote:

> 2007/8/27, Chris Mason <[EMAIL PROTECTED]>:
> 
> int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path)
> {
>                       reada_for_search(root, path, level, slot);
>               next = read_tree_block(root,
>                      btrfs_node_blockptr(btrfs_buffer_node(next),
> 0)); }
>       return 0;
> }
> 
> I think in the second while loop,  slot should set to 0.

Ah, you're right.  Thanks for the clarification!

-chris

_______________________________________________
Btrfs-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/btrfs-devel

Reply via email to