Skip to content
Unverified Commit e6f141b3 authored by T.J. Mercier's avatar T.J. Mercier Committed by Christian Brauner
Browse files

splice: remove duplicate noinline from pipe_clear_nowait



pipe_clear_nowait has two noinline macros, but we only need one.

I checked the whole tree, and this is the only occurrence:

$ grep -r "noinline .* noinline"
fs/splice.c:static noinline void noinline pipe_clear_nowait(struct file *file)
$

Fixes: 0f99fc51 ("splice: clear FMODE_NOWAIT on file if splice/vmsplice is used")
Signed-off-by: default avatar"T.J. Mercier" <tjmercier@google.com>
Link: https://lore.kernel.org/20250423180025.2627670-1-tjmercier@google.com


Reviewed-by: default avatarJens Axboe <axboe@kernel.dk>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent e079d7c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment