Files
linux/drivers
Christian Brauner c3f4513c78 scsi: target: use scoped_with_init_fs() for APTPL metadata
Use scoped_with_init_fs() to temporarily override current->fs for
the filp_open() call in __core_scsi3_write_aptpl_to_file() so the
path lookup happens in init's filesystem context.

__core_scsi3_write_aptpl_to_file() ← core_scsi3_update_and_write_aptpl()
← PR command handlers ← target_queued_submit_work() ← kworker

Link: https://patch.msgid.link/20260601-work-kthread-nullfs-v4-9-77ee053060e0@kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
2026-06-29 10:44:07 +02:00
..
2026-06-16 08:53:53 -07:00
2026-06-03 20:50:24 +01:00