diff options
| author | Qianfeng Rong <[email protected]> | 2025-08-05 02:36:29 +0000 |
|---|---|---|
| committer | Steven Rostedt (Google) <[email protected]> | 2025-09-02 15:48:16 +0000 |
| commit | 81ac63321eb936b1a1f7045b37674661f8ffb4a5 (patch) | |
| tree | 743078d5282a53ab7b6ae55d3ea25742bc3f6858 /drivers/cdx/controller/cdx_controller.c | |
| parent | Linux 6.17-rc4 (diff) | |
| download | kernel-81ac63321eb936b1a1f7045b37674661f8ffb4a5.tar.gz kernel-81ac63321eb936b1a1f7045b37674661f8ffb4a5.zip | |
trace: Remove redundant __GFP_NOWARN
Commit 16f5dfbc851b ("gfp: include __GFP_NOWARN in GFP_NOWAIT")
made GFP_NOWAIT implicitly include __GFP_NOWARN.
Therefore, explicit __GFP_NOWARN combined with GFP_NOWAIT
(e.g., `GFP_NOWAIT | __GFP_NOWARN`) is now redundant. Let's clean
up these redundant flags across subsystems.
No functional changes.
Cc: Masami Hiramatsu <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Qianfeng Rong <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'drivers/cdx/controller/cdx_controller.c')
0 files changed, 0 insertions, 0 deletions
