Files
linux/drivers/block
Christian Brauner 2626320e31 rnbd: use scoped_with_init_fs() for block device open
Use scoped_with_init_fs() to temporarily override current->fs for
the bdev_file_open_by_path() call so the path lookup happens in
init's filesystem context.

process_msg_open() ← rnbd_srv_rdma_ev() ← RDMA completion callback ←
ib_cq_poll_work() ← kworker (InfiniBand completion workqueue)

Link: https://patch.msgid.link/20260601-work-kthread-nullfs-v4-6-77ee053060e0@kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
2026-06-29 10:44:06 +02:00
..
2026-06-10 06:23:51 -06:00
2026-05-28 07:59:11 -06:00
2026-04-15 13:58:37 -06:00