Re: [PATCH 0/2] ceph fscache: uncaching single no data page when error

2013-12-20 Thread Milosz Tanski
This looks legit to me. - M P.S: Sorry for the first HTML email, I blame gmail. On Thu, Dec 19, 2013 at 9:03 AM, Li Wang wrote: > Currently, if one new page allocated into fscache in readpage(), however, > with no data read into due to error encountered during reading from OSDs, > the slot in f

[PATCH 0/2] ceph fscache: uncaching single no data page when error

2013-12-19 Thread Li Wang
Currently, if one new page allocated into fscache in readpage(), however, with no data read into due to error encountered during reading from OSDs, the slot in fscache is not uncached. This patch fixes this. Li Wang (2): ceph: Introduce a routine for uncaching single no data page from fsca