diff options
author | T.J. Mercier <tjmercier@google.com> | 2025-04-23 18:00:23 +0000 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-04-25 12:11:56 +0200 |
commit | e6f141b332ddd9007756751b6afd24f799488fd8 (patch) | |
tree | 74136316578918d1d18c736e9fe5cd78671cb17f /drivers/pci/controller/dwc | |
parent | e079d7c4db5cba1e8a315dc93030dfb6c7b49459 (diff) | |
download | linux-e6f141b332ddd9007756751b6afd24f799488fd8.tar.gz linux-e6f141b332ddd9007756751b6afd24f799488fd8.tar.bz2 linux-e6f141b332ddd9007756751b6afd24f799488fd8.zip |
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: 0f99fc513ddd ("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>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions