On Tue, Jan 23, 2018 at 09:36:15AM +0200, Rostislav wrote: > Thanks for your feedback! We can of course use htobe64(), but the file > src/fssum.c already defines htonll() in a way that takes endianness into > account, and using htobe64() would be equivalent to htonll(). My strategy when > writing this patch set was to make the least number of modifications required > to build with musl libc. And normally our strategy in maintaining xfs related code is to do the right thing even if it is a little more invasive. Using htobe64 would be the choice based on that. -- 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