commit | 79788c698b290426320e60374ed1324e4b5c69eb | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Feb 02 16:34:04 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Tue Feb 02 16:34:04 2010 -0800 |
tree | 6c96d36c99c043c04c1d4c8686639f67f71232ba | |
parent | 0c948992a00d478c17042f4790b7d6b35299cf94 [diff] |
ceph: release all pages after successful osd write response We release all the pages, even if the osd response was different than the number of pages written. This could only happen due to truncation that arrives the osd in different order, for which we want the pages released anyway. Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net> Signed-off-by: Sage Weil <sage@newdream.net>