Re: [PATCH 11/79] block: rust: mq: use GFP_KERNEL from prelude
From: Alice Ryhl
Date: Mon Mar 16 2026 - 06:31:19 EST
On Mon, Feb 16, 2026 at 12:34:58AM +0100, Andreas Hindborg wrote:
> Remove the explicit import of kernel::alloc::flags and use GFP_KERNEL
> directly from the prelude in the module documentation example.
>
> This simplifies the import list and follows the pattern of using
> commonly used constants from the prelude.
>
> Signed-off-by: Andreas Hindborg <a.hindborg@xxxxxxxxxx>
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>