Hi! > Linux filesystems doesn't support aio_fsync() and aio_fdsync() > operations, so just remove test for these two. > > Signed-off-by: Wanlong Gao <[email protected]>
The patch is OK but the commit description is a bit misleading. Do not mix the POSIX aio_* which is implemented in userspace in libc and Linux kernel io_* interface that implements AIO in linux kernel. I would use the IO_* constants in the commit message instead of the aio_* functions which seems to misleadingly suggest the libc implementation. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
