OSDN Git Service

du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32...
authorRob Landley <rob@landley.net>
Tue, 25 Oct 2016 22:58:03 +0000 (22:58 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 25 Oct 2016 22:58:03 +0000 (22:58 +0000)
commit5b65201f94e8f94c978ee85426e28f639762bd92
treeabf59a44d7712f52e4ccf4752fb331fa743e544e
parent4cfe9199550f5585b5253ac4e59a96d8e9b56f4f
parenta777abe3f6685ae0fc84c32e233b1f06c7c7da98
du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math). am: a801c5019b am: ee023b2c4a
am: a777abe3f6

Change-Id: I2b70aff183f8f97da7a8fb2ec9d1b31bbd36c722