[PATCH 5/6] xfsprogs: use "unsigned short" instead of ushort
Christoph Hellwig
hch at infradead.org
Thu Jul 30 12:09:58 CDT 2015
On Sun, Jul 26, 2015 at 08:20:54AM -0400, Theodore Ts'o wrote:
> Android's bionic libc doesn't define ushort. There isn't a real
> benefit (other than perhaps conciseness) to use ushort over "unsigned
> short", and it's only used in a handful of files in xfsprogs. So
> change over to using unsigned short everywhere.
For the files shared with the kernel this should go into the kernel
first or at least at the same time. Can you also send
a kernel patch to remove all uses of ushort under fs/xfs?
Otherwise looks fine:
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the xfs
mailing list