]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit99f1386e598745ec9d542e34dec580122f4cd1bd
treed3357624a5f0cd3f9377a14b6c7e3ae7365d2004
parent50ffce7ed26750b0fe510af1809bee335fd428b1
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 bef7f1339b24 ("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