diff options
author | Chris Mason <chris.mason@fusionio.com> | 2012-06-14 21:33:34 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2012-06-15 11:33:16 -0400 |
commit | acbcabd2de05f331c51700773f701e90bd7f74dc (patch) | |
tree | 09589089f5f0d68b1f1b9db4be0676d073c11167 /fs/btrfs/ctree.h | |
parent | 69e380d176e73653e09ce2cf3a5dc09682a69229 (diff) | |
parent | 3310c36eef330766fd23d50796287ad764929e24 (diff) |
Merge branch 'for-chris' of git://git.jan-o-sch.net/btrfs-unstable into for-linus
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 0151ca1ac65..db15e9e7b91 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -2753,6 +2753,8 @@ static inline int btrfs_insert_empty_item(struct btrfs_trans_handle *trans, } int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path); +int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, + u64 time_seq); static inline int btrfs_next_item(struct btrfs_root *root, struct btrfs_path *p) { ++p->slots[0]; |