diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2022-12-06 18:04:22 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2023-02-01 00:40:24 +0300 |
commit | 0247f4e959c01f6ce1fcc2091c571f8c0742a065 (patch) | |
tree | d424bc8daa80fcf95202f9ffb2a60beda86099de /fs/gfs2/glock.h | |
parent | 3056dc46559bfe3fc4b79771dcbc2d003f9fd313 (diff) | |
download | linux-0247f4e959c01f6ce1fcc2091c571f8c0742a065.tar.xz |
gfs2: Move delete workqueue into super block
Move the global delete workqueue into struct gfs2_sbd so that we can
flush / drain it without interfering with other filesystems.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.h')
-rw-r--r-- | fs/gfs2/glock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/glock.h b/fs/gfs2/glock.h index 17b05d51977c..b9da61dbe550 100644 --- a/fs/gfs2/glock.h +++ b/fs/gfs2/glock.h @@ -144,7 +144,6 @@ struct gfs2_glock_aspace { struct address_space mapping; }; -extern struct workqueue_struct *gfs2_delete_workqueue; static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) { struct gfs2_holder *gh; |