bcachefs: Run snapshot deletion out of system_long_wq
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 1 Jun 2025 22:24:18 +0000 (18:24 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 2 Jun 2025 16:16:36 +0000 (12:16 -0400)
commita4907d7f3380f19c11a6191feac85b563439012a
tree986c66340295fdf39a68a2d6a4c84d7e26a6ed8d
parente49cf9b54bc8b4c41c7aac8f12adb709f2015470
bcachefs: Run snapshot deletion out of system_long_wq

We don't want this running out of the same workqueue, and blocking,
writes.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/snapshot.c