Hi Linus, could you please pull the following gfs2 changes for 5.11?
Thanks a lot, Andreas The following changes since commit dd0ecf544125639e54056d851e4887dbb94b6d2f: gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_func (2020-12-01 00:21:10 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-for-5.11 for you to fetch changes up to 6e5c4ea37a99e5b97aba227fc43f3682d4bc0496: gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs only (2020-12-03 17:04:41 +0100) ---------------------------------------------------------------- Changes in gfs2: * Don't wait for unfreeze of the wrong filesystems. * Remove an obsolete delete_work_func hack and an incorrect sb_start_write. * Minor documentation updates and cosmetic care. ---------------------------------------------------------------- Andreas Gruenbacher (2): gfs2: Make inode operations static Revert "GFS2: Prevent delete work from occurring on glocks used for create" Andrew Price (2): Documentation: Update filesystems/gfs2.rst MAINTAINERS: Add gfs2 bug tracker link Bob Peterson (2): gfs2: Remove sb_start_write from gfs2_statfs_sync gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs only Tom Rix (1): gfs2: remove trailing semicolons from macro definitions Documentation/filesystems/gfs2.rst | 37 ++++++++++++++++++------------------- MAINTAINERS | 2 +- fs/gfs2/glock.c | 8 -------- fs/gfs2/incore.h | 1 - fs/gfs2/inode.c | 16 ++++++++-------- fs/gfs2/inode.h | 3 --- fs/gfs2/super.c | 2 -- fs/gfs2/util.c | 2 +- fs/gfs2/util.h | 6 +++--- 9 files changed, 31 insertions(+), 46 deletions(-)