]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "gfs2: check context in gfs2_glock_put"
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 3 Feb 2022 13:06:56 +0000 (14:06 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 11 Feb 2022 16:44:11 +0000 (17:44 +0100)
commitd2def7073f4923e0364e23c671ed55ab55b82ea7
treead5ec148270b5c01c6780ff3a3ddaa9976ec4a7d
parent7b66417f94830057cd14ed96dd3b6527ffb44786
Revert "gfs2: check context in gfs2_glock_put"

It turns out that the might_sleep() call that commit 49a9852a265c adds
is triggering occasional data corruption in testing.  We're not sure
about the root cause yet, but since this commit was added as a debugging
aid only, revert it for now.

This reverts commit 49a9852a265cac7185d9aeedfea8bf3e48509a90.

Fixes: 49a9852a265c ("gfs2: check context in gfs2_glock_put")
Cc: stable@vger.kernel.org # v5.16+
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c