]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: num: bounded: add missing comment for always inlined function
authorAlexandre Courbot <acourbot@nvidia.com>
Mon, 8 Dec 2025 02:47:05 +0000 (11:47 +0900)
committerMiguel Ojeda <ojeda@kernel.org>
Sun, 18 Jan 2026 19:40:12 +0000 (20:40 +0100)
commit2af6ad09fc7dfe9b3610100983cccf16998bf34d
tree19b3f219268fc77a1df40dab374bf67f6aea3120
parentd6ff6e870077ae0f01a6f860ca1e4a5a825dc032
rust: num: bounded: add missing comment for always inlined function

This code is always inlined to avoid a build error if the error path of
`build_assert` cannot be optimized out. Add a comment justifying the
`#[inline(always)]` property to avoid it being taken away by mistake.

Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Link: https://patch.msgid.link/20251208-io-build-assert-v3-7-98aded02c1ea@nvidia.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/kernel/num/bounded.rs