commit | ff638b7df5a9264024a6448bdfde2b2bf5d1994a | [log] [tgz] |
---|---|---|
author | Li Wang <liwang@ubuntukylin.com> | Sat Nov 09 10:26:06 2013 +0800 |
committer | Sage Weil <sage@inktank.com> | Sat Nov 23 11:01:07 2013 -0800 |
tree | 7eddfa04ea15f9ffeada44d0304839d8c112c480 | |
parent | fc55d2c9448b34218ca58733a6f51fbede09575b [diff] |
ceph: allocate non-zero page to fscache in readpage() ceph_osdc_readpages() returns number of bytes read, currently, the code only allocate full-zero page into fscache, this patch fixes this. Signed-off-by: Li Wang <liwang@ubuntukylin.com> Reviewed-by: Milosz Tanski <milosz@adfin.com> Reviewed-by: Sage Weil <sage@inktank.com>