Searched hist:"5 ae8fff8d031b5728f4c0e36e971bba42bb78bea" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | trans.c | diff 5ae8fff8d031b5728f4c0e36e971bba42bb78bea Sun Dec 13 04:37:17 CST 2020 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Clean up gfs2_log_reserve
Wake up log waiters in gfs2_log_release when log space has actually become available. This is a much better place for the wakeup than gfs2_logd.
Check if enough log space is immeditely available before anything else. If there isn't, use io_wait_event to wait instead of open-coding it.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|
H A D | log.c | diff 5ae8fff8d031b5728f4c0e36e971bba42bb78bea Sun Dec 13 04:37:17 CST 2020 Andreas Gruenbacher <agruenba@redhat.com> gfs2: Clean up gfs2_log_reserve
Wake up log waiters in gfs2_log_release when log space has actually become available. This is a much better place for the wakeup than gfs2_logd.
Check if enough log space is immeditely available before anything else. If there isn't, use io_wait_event to wait instead of open-coding it.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
|