gfs2: Fix logd wakeup on I/O error
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 17 Aug 2023 16:36:36 +0000 (18:36 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Sep 2023 13:58:16 +0000 (15:58 +0200)
commitb6b8f72a11b9d0d7badc7b51030f7fecf695fd79
treeec17782965a6174e04b98cd65c92a999cf1dfcfe
parentb74cd55aa9a9d0aca760028a51343ec79812e410
gfs2: Fix logd wakeup on I/O error

When quotad detects an I/O error, it sets sd_log_error and then it wakes
up logd to withdraw the filesystem.  However, logd doesn't wake up when
sd_log_error is set.  Fix that.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/log.c