1
0
Fork 0

FS-Cache: wake write waiter after invalidating writes

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
hifive-unleashed-5.1
Yan, Zheng 2016-05-17 11:52:48 +08:00 committed by Ilya Dryomov
parent 4a3262b17c
commit d213845528
1 changed files with 2 additions and 0 deletions

View File

@ -887,6 +887,8 @@ void fscache_invalidate_writes(struct fscache_cookie *cookie)
put_page(results[i]);
}
wake_up_bit(&cookie->flags, 0);
_leave("");
}