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)
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>

No differences found