s390/uapi: fix struct statfs64 definition
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 21 Jan 2014 16:31:10 +0000 (17:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Feb 2014 19:22:18 +0000 (11:22 -0800)
commitf7faf39df54a38b542659b3504ee3ab8003324d8
tree652eed5ecc4c9943cc2a7c5e687027ef45da563b
parent2bd6307cab16209fabb96feb236b808c46e2d22d
s390/uapi: fix struct statfs64 definition

commit 4e078146dff728f4865270a47710d57797e81eb6 upstream.

With b8668fd0a7e1b59f "s390/uapi: change struct statfs[64] member types
to unsigned values" the size of a couple of struct statfs64 member got
incorrectly changed from 64 to 32 bit for 32 bit builds.

Fix this by changing the type of couple of struct statfs64 members from
unsigned long to unsigned long long.
The definition of struct compat_statfs64 was correct however.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/include/uapi/asm/statfs.h