summaryrefslogtreecommitdiff
path: root/fs/splice.c
diff options
context:
space:
mode:
authorDylan Yudaken <dylany@fb.com>2022-02-22 13:55:01 +0300
committerJens Axboe <axboe@kernel.dk>2022-03-10 16:32:49 +0300
commitaf9c45ecebaf1b428306f41421f4bcffe439f735 (patch)
tree5546672c31ff1acf5a94c1047f93fde15bc79bdd /fs/splice.c
parentc5020bc8d9295ad4a3e09d858a28b26a25d4afab (diff)
downloadlinux-af9c45ecebaf1b428306f41421f4bcffe439f735.tar.xz
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 <dylany@fb.com> Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/splice.c')
0 files changed, 0 insertions, 0 deletions