commit | 921ef8f6dc103d5a7fffeffd659506ee5a4aec58 | [log] [tgz] |
---|---|---|
author | Mohamad Ayyash <mkayyash@google.com> | Fri Jun 03 18:55:16 2016 -0700 |
committer | Mohamad Ayyash <mkayyash@google.com> | Fri Jun 03 18:58:36 2016 -0700 |
tree | e033f8a1dd9ffa07d8f4fbdc58a81859ae9f3dd0 | |
parent | aedf28f07cc4a8082816667ac3c175ea43e1edad [diff] |
Introduce squashfs compression threshold If we can't beat that compression ratio for a single block then we leave it uncompressed. The choice of the threshold depends on the cost of I/O in a specific device which is determined from block I/O speed and CPU speed. BUG: 29058965 Change-Id: I8d17a4551c7d00ddb85687381b7cb0d6c60babf6 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>