mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 01:50:54 +07:00
FS-Cache: wake write waiter after invalidating writes
Signed-off-by: Yan, Zheng <zyan@redhat.com> Acked-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
4a3262b17c
commit
d213845528
@ -887,6 +887,8 @@ void fscache_invalidate_writes(struct fscache_cookie *cookie)
|
||||
put_page(results[i]);
|
||||
}
|
||||
|
||||
wake_up_bit(&cookie->flags, 0);
|
||||
|
||||
_leave("");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user