Fix struct io_iocb_vector padding for 32bit architectures
The io_iocb_vector structure definition is missing padding for @vec and @nr, which results in -EINVAL being returned from io_submit() on applications compiled for 32 bit architectures. Fix it. Signed-off-by:Brett Holman <bholman.devel@gmail.com> [JEM: add commit message; use PADDEDul for nr] Signed-off-by:
Jeff Moyer <jmoyer@redhat.com>
Please register or sign in to comment