commit | 972f0d3ab1a15cb5d790dd8c53903066084b28f2 | [log] [tgz] |
---|---|---|
author | Yehuda Sadeh <yehuda@hq.newdream.net> | Thu Feb 04 13:41:41 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Thu Feb 11 11:48:49 2010 -0800 |
tree | 42d47841a5bee10cea81c8e1eb44b6bc4f1f942e | |
parent | 02f90c61096ec3ad691e808a4aa7ca5a06e550ec [diff] |
ceph: fix short synchronous reads Zeroing of holes was not done correctly: page_off was miscalculated and zeroing the tail didn't not adjust the 'read' value to include the zeroed portion. Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>