Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

FS-Cache: wake write waiter after invalidating writes

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>

authored by

Yan, Zheng and committed by
Ilya Dryomov
d2138455 4a3262b1

+2
+2
fs/fscache/page.c
··· 887 887 put_page(results[i]); 888 888 } 889 889 890 + wake_up_bit(&cookie->flags, 0); 891 + 890 892 _leave(""); 891 893 } 892 894