stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
@ 2024-04-19  2:22 Dominique Martinet
  2024-04-19  9:17 ` Pavel Machek
  2024-04-23 14:38 ` David Sterba
  0 siblings, 2 replies; 3+ messages in thread
From: Dominique Martinet @ 2024-04-19  2:22 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, Anand Jain
  Cc: Greg Kroah-Hartman, linux-btrfs, linux-kernel,
	Dominique Martinet, Pavel Machek, stable

From: Dominique Martinet <dominique.martinet@atmark-techno.com>

The previous patch forgot to unlock in the error path

Link: https://lore.kernel.org/all/Zh%2fHpAGFqa7YAFuM@duo.ucw.cz
Reported-by: Pavel Machek <pavel@denx.de>
Cc: stable@vger.kernel.org
Fixes: 7411055db5ce ("btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()")
Signed-off-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
---
Note for stable: the mutex has been renamed from delete_unused_bgs_mutex
in 5.13, so the 5.10 and 4.19 backports need a trivial rename:
  s/reclaim_bgs_lock/delete_unused_bgs_mutex/
If required I'll send branch-specific patches after this is merged.
---
 fs/btrfs/volumes.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index f15591f3e54f..ef6bd2f4251b 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -3455,6 +3455,7 @@ static int btrfs_relocate_sys_chunks(struct btrfs_fs_info *fs_info)
 			 * alignment and size).
 			 */
 			ret = -EUCLEAN;
+			mutex_unlock(&fs_info->reclaim_bgs_lock);
 			goto error;
 		}
 

---
base-commit: 2668e3ae2ef36d5e7c52f818ad7d90822c037de4
change-id: 20240419-btrfs_unlock-95e0b3e2e2fc

Best regards,
-- 
Dominique Martinet | Asmadeus


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
  2024-04-19  2:22 [PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() Dominique Martinet
@ 2024-04-19  9:17 ` Pavel Machek
  2024-04-23 14:38 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2024-04-19  9:17 UTC (permalink / raw)
  To: Dominique Martinet
  Cc: Chris Mason, Josef Bacik, David Sterba, Anand Jain,
	Greg Kroah-Hartman, linux-btrfs, linux-kernel,
	Dominique Martinet, Pavel Machek, stable

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

On Fri 2024-04-19 11:22:48, Dominique Martinet wrote:
> From: Dominique Martinet <dominique.martinet@atmark-techno.com>
> 
> The previous patch forgot to unlock in the error path
> 
> Link: https://lore.kernel.org/all/Zh%2fHpAGFqa7YAFuM@duo.ucw.cz
> Reported-by: Pavel Machek <pavel@denx.de>
> Cc: stable@vger.kernel.org
> Fixes: 7411055db5ce ("btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()")
> Signed-off-by: Dominique Martinet<dominique.martinet@atmark-techno.com>

Reviewed-by: Pavel Machek <pavel@denx.de>

Thank you!

Best regards,
								Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
  2024-04-19  2:22 [PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() Dominique Martinet
  2024-04-19  9:17 ` Pavel Machek
@ 2024-04-23 14:38 ` David Sterba
  1 sibling, 0 replies; 3+ messages in thread
From: David Sterba @ 2024-04-23 14:38 UTC (permalink / raw)
  To: Dominique Martinet
  Cc: Chris Mason, Josef Bacik, David Sterba, Anand Jain,
	Greg Kroah-Hartman, linux-btrfs, linux-kernel,
	Dominique Martinet, Pavel Machek, stable

On Fri, Apr 19, 2024 at 11:22:48AM +0900, Dominique Martinet wrote:
> From: Dominique Martinet <dominique.martinet@atmark-techno.com>
> 
> The previous patch forgot to unlock in the error path
> 
> Link: https://lore.kernel.org/all/Zh%2fHpAGFqa7YAFuM@duo.ucw.cz
> Reported-by: Pavel Machek <pavel@denx.de>
> Cc: stable@vger.kernel.org
> Fixes: 7411055db5ce ("btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()")
> Signed-off-by: Dominique Martinet <dominique.martinet@atmark-techno.com>

Added to for-next, thanks for catching it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-23 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-19  2:22 [PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() Dominique Martinet
2024-04-19  9:17 ` Pavel Machek
2024-04-23 14:38 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).