am d6db7eac: Merge "Don\'t ostensibly back off fstrim but then do it anyway" into mnc-dev
* commit 'd6db7eacc983e22eb88fc7b465f290670127569a': Don't ostensibly back off fstrim but then do it anyway
This commit is contained in:
@@ -580,7 +580,9 @@ class MountService extends IMountService.Stub
|
|||||||
case H_FSTRIM: {
|
case H_FSTRIM: {
|
||||||
if (!isReady()) {
|
if (!isReady()) {
|
||||||
Slog.i(TAG, "fstrim requested, but no daemon connection yet; trying again");
|
Slog.i(TAG, "fstrim requested, but no daemon connection yet; trying again");
|
||||||
sendMessageDelayed(obtainMessage(H_FSTRIM), DateUtils.SECOND_IN_MILLIS);
|
sendMessageDelayed(obtainMessage(H_FSTRIM, msg.obj),
|
||||||
|
DateUtils.SECOND_IN_MILLIS);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
Slog.i(TAG, "Running fstrim idle maintenance");
|
Slog.i(TAG, "Running fstrim idle maintenance");
|
||||||
|
|||||||
Reference in New Issue
Block a user