aboutsummaryrefslogtreecommitdiff
path: root/include/linux/overflow.h
diff options
context:
space:
mode:
authorDylan Yudaken <[email protected]>2022-02-22 02:55:01 -0800
committerJens Axboe <[email protected]>2022-03-10 06:32:49 -0700
commitaf9c45ecebaf1b428306f41421f4bcffe439f735 (patch)
tree5546672c31ff1acf5a94c1047f93fde15bc79bdd /include/linux/overflow.h
parentc5020bc8d9295ad4a3e09d858a28b26a25d4afab (diff)
io_uring: remove duplicated calls to io_kiocb_ppos
io_kiocb_ppos is called in both branches, and it seems that the compiler does not fuse this. Fusing removes a few bytes from loop_rw_iter. Before: $ nm -S fs/io_uring.o | grep loop_rw_iter 0000000000002430 0000000000000124 t loop_rw_iter After: $ nm -S fs/io_uring.o | grep loop_rw_iter 0000000000002430 000000000000010d t loop_rw_iter Signed-off-by: Dylan Yudaken <[email protected]> Reviewed-by: Pavel Begunkov <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/linux/overflow.h')
0 files changed, 0 insertions, 0 deletions