fix statfs struct on mips
authorSzabolcs Nagy <nsz@port70.net>
Wed, 12 Mar 2014 14:59:09 +0000 (15:59 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Wed, 12 Mar 2014 17:08:58 +0000 (18:08 +0100)
commit7673acd31503016f2af93e187aac98da07af42b4
treefeea629c2077acbdc79e49e8114097e31dc2767d
parent3ceb89ed3fb5a43fc267ce818f90f38f55bf4e71
fix statfs struct on mips

The mips statfs struct layout is different than on other archs, so the
statfs, fstatfs, statvfs and fstatvfs APIs were broken on mips.
Now the ordering is fixed, the types are kept consistent with other archs.
arch/mips/bits/statfs.h