Files
linux-cix/fs
T.J. Mercier 9e0d94a292 splice: remove duplicate noinline from pipe_clear_nowait
[ Upstream commit e6f141b332ddd9007756751b6afd24f799488fd8 ]

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: 0f99fc513d ("splice: clear FMODE_NOWAIT on file if splice/vmsplice is used")
Signed-off-by: "T.J. Mercier" <tjmercier@google.com>
Link: https://lore.kernel.org/20250423180025.2627670-1-tjmercier@google.com
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-05-02 07:50:45 +02:00
..
2024-08-19 06:04:25 +02:00
2025-01-17 13:36:11 +01:00
2024-10-22 15:46:20 +02:00
2024-12-14 20:00:21 +01:00
2025-04-25 10:45:48 +02:00
2025-02-08 09:51:42 +01:00
2024-08-19 06:04:25 +02:00
2025-04-25 10:45:27 +02:00
2025-03-22 12:50:41 -07:00
2024-02-23 09:25:13 +01:00
2024-08-19 06:04:25 +02:00