Skip to content
Success

Changes

Summary

  1. osmo_io: Make iofd_handle_segmented_read() static (details)
  2. osmo_io: Reorder iofd_handle_segmented_read() (details)
  3. osmo_io: Assert osmo_iofd_set_alloc_info() params fit in a 16bit value (details)
Commit 65753b4567cbceb70bfecdbdca6a5fd6b8616b1a by Pau Espin Pedrol
osmo_io: Make iofd_handle_segmented_read() static

Change-Id: I6671380ad071e23445c3e38c0b9700af66998af1
The file was modifiedsrc/core/osmo_io_internal.h
The file was modifiedsrc/core/osmo_io.c
Commit dc5b000f45e95902ada9b65ed1a3799b5823a493 by Pau Espin Pedrol
osmo_io: Reorder iofd_handle_segmented_read()

All other similar functions have first the int rc and later the struct
msgb; fix this one being different.

Change-Id: I88683334e77901776c806dad776ef46ea20b4480
The file was modifiedsrc/core/osmo_io.c
Commit 7dc1c74051a4e4d9b4e41210fda794eda7bb05c3 by Pau Espin Pedrol
osmo_io: Assert osmo_iofd_set_alloc_info() params fit in a 16bit value

Related: SYS#7842
Change-Id: I32822574db8997a02bf18b71bf6ab596e726cb82
The file was modifiedsrc/core/osmo_io.c