]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Revert "btrfs: avoid monopolizing a core when activating a swap file"
authorKoichiro Den <koichiro.den@canonical.com>
Thu, 6 Feb 2025 16:20:54 +0000 (01:20 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 12:49:55 +0000 (13:49 +0100)
commit8c481939fb1db8fcbafef19cee330bbd898075d7
tree4c830d6225a3ddb4f76b8f113d2d50b694af50dc
parent91932db1d96b2952299ce30c1c693d834d10ace6
Revert "btrfs: avoid monopolizing a core when activating a swap file"

This reverts commit bb8e287f596b62fac18ed84cc03a9f1752f6b3b8.

The backport for linux-6.1.y, commit bb8e287f596b ("btrfs: avoid
monopolizing a core when activating a swap file"), inserted
cond_resched() in the wrong location.

Revert it now; a subsequent commit will re-backport the original patch.

Fixes: bb8e287f596b ("btrfs: avoid monopolizing a core when activating a swap file") # linux-6.1.y
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/btrfs/inode.c