aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/recovery.h
diff options
context:
space:
mode:
authorGravatar Andreas Gruenbacher <agruenba@redhat.com> 2023-08-28 18:02:22 +0200
committerGravatar Andreas Gruenbacher <agruenba@redhat.com> 2023-09-05 15:58:17 +0200
commit5c0dc371a28e9a1eb4b80093f37c79d28305cc18 (patch)
tree5310ed334dad3c680eb06eb691645f4420c200c0 /fs/gfs2/recovery.h
parentgfs2: Fix withdraw race (diff)
downloadlinux-5c0dc371a28e9a1eb4b80093f37c79d28305cc18.tar.gz
linux-5c0dc371a28e9a1eb4b80093f37c79d28305cc18.tar.bz2
linux-5c0dc371a28e9a1eb4b80093f37c79d28305cc18.zip
gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"
Rename the "gfs_recovery" workqueue to "gfs2_recovery", and gfs_recovery_wq to gfs2_recovery_wq. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/recovery.h')
-rw-r--r--fs/gfs2/recovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/recovery.h b/fs/gfs2/recovery.h
index 0d30f8e804f4..7a0c9d0b7503 100644
--- a/fs/gfs2/recovery.h
+++ b/fs/gfs2/recovery.h
@@ -9,7 +9,7 @@
#include "incore.h"
-extern struct workqueue_struct *gfs_recovery_wq;
+extern struct workqueue_struct *gfs2_recovery_wq;
static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk)
{