+6
−0
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB5UKT -------------------------------- In some functions with wake_up_bit(&cookie->flags, 0), the wake_up depends on removing the cookie from the radix tree, but there is no memory barrier between them. Fix this issue by adding the memory barrier. Fixes: 201a1542 ("FS-Cache: Handle pages pending storage that get evicted under OOM conditions") Signed-off-by:Zizhi Wo <wozizhi@huawei.com> Signed-off-by:
Baokun Li <libaokun1@huawei.com>