commit | 76be778b3a4eae63ee4dcb22ff2045d3a0fe863b | [log] [tgz] |
---|---|---|
author | Milosz Tanski <milosz@adfin.com> | Wed Aug 21 17:30:27 2013 -0400 |
committer | Milosz Tanski <milosz@adfin.com> | Fri Sep 06 16:50:11 2013 +0000 |
tree | b656adc374f4037b08a628e28ea107b6d27e03ce | |
parent | 99ccbd229cf7453206bc858e795ec1f0345ff258 [diff] |
ceph: clean PgPrivate2 on returning from readpages In some cases the ceph readapages code code bails without filling all the pages already marked by fscache. When we return back to readahead code this causes a BUG. Signed-off-by: Milosz Tanski <milosz@adfin.com>