X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-bufio.c;h=eab64bcaab66654f12b97cc60dd46cee40115ccb;hb=eb76faf53b1ff7a77ce3f78cc98ad392ac70c2a0;hp=ab472c557d18c060d8230bbfcadbd747b36f0fd0;hpb=06b49ea43c0cdd22625883e555e45e66ef29e201;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git diff --git a/drivers/md/dm-bufio.c b/drivers/md/dm-bufio.c index ab472c557d18..eab64bcaab66 100644 --- a/drivers/md/dm-bufio.c +++ b/drivers/md/dm-bufio.c @@ -465,6 +465,7 @@ static void __relink_lru(struct dm_buffer *b, int dirty) c->n_buffers[dirty]++; b->list_mode = dirty; list_move(&b->lru_list, &c->lru[dirty]); + b->last_accessed = jiffies; } /*----------------------------------------------------------------