commit | 1c8f52a5e9539600543347bcdefafa1854e07986 | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Tue Jun 19 07:42:25 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Jun 21 07:19:34 2012 -0400 |
tree | 52b3bd5283ea390ad8d8e7ce6837944dea109ef7 | |
parent | a8c4a33b98b097e69cd1a10672c43d17ad0ffb25 [diff] |
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>