Commit d2138455 authored by Yan, Zheng's avatar Yan, Zheng Committed by Ilya Dryomov

FS-Cache: wake write waiter after invalidating writes

Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
Acked-by: default avatarDavid Howells <dhowells@redhat.com>
parent 4a3262b1
......@@ -887,6 +887,8 @@ void fscache_invalidate_writes(struct fscache_cookie *cookie)
put_page(results[i]);
}
wake_up_bit(&cookie->flags, 0);
_leave("");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment