Kernel: Make AsyncDeviceRequest::name() return StringView

This commit is contained in:
Andreas Kling 2021-08-05 20:54:37 +02:00
commit 066d3281b5
Notes: sideshowbarker 2024-07-18 22:57:59 +09:00
4 changed files with 6 additions and 6 deletions

View file

@ -527,7 +527,7 @@ public:
class QueueBlocker : public Blocker {
public:
explicit QueueBlocker(WaitQueue&, const char* block_reason = nullptr);
explicit QueueBlocker(WaitQueue&, StringView block_reason = {});
virtual ~QueueBlocker();
virtual Type blocker_type() const override { return Type::Queue; }