summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@fusionio.com>2012-06-14 21:33:34 -0400
committerChris Mason <chris.mason@oracle.com>2012-06-15 11:33:16 -0400
commitacbcabd2de05f331c51700773f701e90bd7f74dc (patch)
tree09589089f5f0d68b1f1b9db4be0676d073c11167 /fs/btrfs/ctree.h
parent69e380d176e73653e09ce2cf3a5dc09682a69229 (diff)
parent3310c36eef330766fd23d50796287ad764929e24 (diff)
downloadlinux-acbcabd2de05f331c51700773f701e90bd7f74dc.tar.bz2
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 0151ca1ac657..db15e9e7b91c 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];