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:50:32 +0000 (22:50 +0000)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 25 Oct 2016 22:50:32 +0000 (22:50 +0000)
commitee023b2c4ae914ad7741569a6ff132541f85c87d
tree4ef967386fb1391cb8bfe07d03d45a03044c25b4
parentf9a7ae754c273fc862a64781f17ce9c67470a8e0
parenta801c5019b8f20600375370595fb5f9925180d89
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

Change-Id: Ie9ce288d59fe5280c87586907cafdbcc32e5f47d