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:
a1629c3
)
ceph: fix frag offset for non-leftmost frags
author
Sage Weil
<sage@newdream.net>
Fri, 12 Nov 2010 00:48:59 +0000
(16:48 -0800)
committer
Sage Weil
<sage@newdream.net>
Fri, 12 Nov 2010 00:48:59 +0000
(16:48 -0800)
We start at offset 2 for the leftmost frag, and 0 for subsequent frags.
When we reach the end (rightmost), we go back to 2. This fixes readdir on
fragmented (large) directories.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found