On Thu, Jan 18, 2018 at 05:20:58PM +0000, Rostislav Skudnov wrote: > This commit replaces some obsolete and non-standard data types, headers, > macros and symbols with standard and modern ones in order to allow > building xfstests with musl C library. > > Replace all __[u]intNN_t types with standard [u]intNN_t. This has been > done with the following command: > sed -r -i 's/__(u?int[0-9]{2}_t)/\1/g' src/*.c ltp/*.c > > doio, growfiles: Use standard signal name SIGCHLD instead of SIGCLD. > > fsstress: Include stddef.h for ptrdiff_t. > > metaperf: Include linux/param.h for HZ macro. > > dmiperf: Include sys/types.h for u_int32_t. > > getdevicesize: Include stdint.h for uint64_t. > > t_mtab: Replace sys_siglist[] with strsignal(). > > fssum: Use bswap_64() instead of __bswap_64(). > > pwrite_mmap_blocked: Include standard header signal.h instead of > sys/signal.h. There's about 10 unrelated changes in this one patch. Can you split it up into one patch per unrelated change, with these one-line descriptions as the patch titles and the reason why the change is needed in th body of the commit description? Thanks! -Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html