]> git.ipfire.org Git - people/ms/linux.git/commit - fs/gfs2/glops.c
gfs2: Revert 'Fix "truncate in progress" hang'
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 2 Jun 2022 20:15:02 +0000 (15:15 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 29 Jun 2022 14:54:59 +0000 (16:54 +0200)
commitde3f906f0af0c3f5d862b07df4d020c9322cd9c3
treed3357624a5f0cd3f9377a14b6c7e3ae7365d2004
parent53d69132958f7e144973d02ad0f0798386219efd
gfs2: Revert 'Fix "truncate in progress" hang'

Now that interrupted truncates are completed in the context of the
process taking the glock, there is no need for the glock state engine to
delegate that task to gfs2_quotad or for quotad to perform those
truncates anymore.  Get rid of the obsolete associated infrastructure.

Reverts commit 813e0c46c9e2 ("GFS2: Fix "truncate in progress" hang").

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/glock.c
fs/gfs2/glock.h
fs/gfs2/glops.c
fs/gfs2/incore.h
fs/gfs2/main.c
fs/gfs2/ops_fstype.c
fs/gfs2/quota.c