On 5/17/17 8:31 PM, Darrick J. Wong wrote: > This is a purely mechanical patch that removes the private > __{u,}int{8,16,32,64}_t typedefs in favor of using the system > {u,}int{8,16,32,64}_t typedefs. This is the sed script used to perform > the transformation and fix the resulting whitespace and indentation > errors: > > s/typedef\t__uint8_t/typedef __uint8_t\t/g > s/typedef\t__uint/typedef __uint/g > s/typedef\t__int\([0-9]*\)_t/typedef int\1_t\t/g > s/__uint8_t\t/__uint8_t\t\t/g > s/__uint/uint/g > s/__int\([0-9]*\)_t\t/__int\1_t\t\t/g > s/__int/int/g > /^typedef.*int[0-9]*_t;$/d > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> I built this in the Fedora buildsystem for a bunch of arches, buildArch (xfsprogs-4.11.0-1.fc25.double.src.rpm, x86_64) buildArch (xfsprogs-4.11.0-1.fc25.double.src.rpm, ppc64le) buildArch (xfsprogs-4.11.0-1.fc25.double.src.rpm, aarch64) buildArch (xfsprogs-4.11.0-1.fc25.double.src.rpm, ppc64) buildArch (xfsprogs-4.11.0-1.fc25.double.src.rpm, i686) buildArch (xfsprogs-4.11.0-1.fc25.double.src.rpm, s390x) buildArch (xfsprogs-4.11.0-1.fc25.double.src.rpm, armv7hl) and it all completed, for whatever that's worth. ;) https://koji.fedoraproject.org/koji/taskinfo?taskID=19698440 I'm fine with this change, too. I guess that warrants a: Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> Though "reviewed" might be a bit strong ... :) -Eric -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html