Btrfs: introduce btrfs_next_old_item
authorAlexander Block <ablock84@googlemail.com>
Tue, 19 Jun 2012 13:42:25 +0000 (07:42 -0600)
committerChris Mason <chris.mason@fusionio.com>
Thu, 21 Jun 2012 11:19:34 +0000 (07:19 -0400)
commit1c8f52a5e9539600543347bcdefafa1854e07986
tree52b3bd5283ea390ad8d8e7ce6837944dea109ef7
parenta8c4a33b98b097e69cd1a10672c43d17ad0ffb25
Btrfs: introduce btrfs_next_old_item

We introduce btrfs_next_old_item that uses btrfs_next_old_leaf instead
of btrfs_next_leaf.

btrfs_next_item is also changed to simply call btrfs_next_old_item with
time_seq being 0.

Signed-off-by: Alexander Block <ablock84@googlemail.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/ctree.h