diff options
| author | Jens Axboe <[email protected]> | 2025-05-23 19:13:11 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2025-05-28 02:40:34 +0000 |
| commit | 375700bab5b150e876e42d894a9a7470881f8a61 (patch) | |
| tree | 76ac26092a63446e4cc8cb33ee9da04bc52f9fc3 /lib/errseq.c | |
| parent | delayacct: remove redundant code and adjust indentation (diff) | |
| download | kernel-375700bab5b150e876e42d894a9a7470881f8a61.tar.gz kernel-375700bab5b150e876e42d894a9a7470881f8a61.zip | |
llist: make llist_add_batch() a static inline
The function is small enough that it should be, and it's a (very) hot path
for io_uring. Doing this actually reduces my vmlinux text size for my
standard build/test box.
Before:
axboe@r7625 ~/g/linux (test)> size vmlinux
text data bss dec hex filename
19892174 5938310 2470432 28300916 1afd674 vmlinux
After:
axboe@r7625 ~/g/linux (test)> size vmlinux
text data bss dec hex filename
19891878 5938310 2470436 28300624 1afd550 vmlinux
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'lib/errseq.c')
0 files changed, 0 insertions, 0 deletions
