Hi! > When the test fails, the return value from io_submit() is 1. This means > that io_submit successfully submitted one I/O request block for > processing. > Could you please let me know is it correct behavior to > successfully submit io request for uninitialized iocb with return value > 1 (-EPERM).
As far as I understand io_submit() return value 1 is success i.e. 1 io request queued. So I think that in your case the uninitialized structure contains data valid enough for the operation to be actually queued. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
