git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c4a33
)
Btrfs: introduce btrfs_next_old_item
author
Alexander Block
<ablock84@googlemail.com>
Tue, 19 Jun 2012 13:42:25 +0000
(07:42 -0600)
committer
Chris 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