Home
last modified time | relevance | path

Searched hist:"5 ae8fff8" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Dtrans.c5ae8fff8 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 Dlog.c5ae8fff8 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>