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:54:33 +0000 (22:54 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 25 Oct 2016 22:54:33 +0000 (22:54 +0000)
commita777abe3f6685ae0fc84c32e233b1f06c7c7da98
tree4ef967386fb1391cb8bfe07d03d45a03044c25b4
parentf9a7ae754c273fc862a64781f17ce9c67470a8e0
parentee023b2c4ae914ad7741569a6ff132541f85c87d
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

Change-Id: Ie3fd057fa00d3df82193e96927e7e561e81bc642