OSDN Git Service

ext4_utils: Yet another MMC discard pain in the ass
authorSteve Kondik <shade@chemlab.org>
Sat, 16 Nov 2013 15:36:33 +0000 (07:36 -0800)
committerMichael Bestas <mikeioannina@gmail.com>
Sun, 1 Jan 2017 23:29:05 +0000 (01:29 +0200)
commitb472be525e77d20532b6450b11f97a2592d5bb4b
tree79db8f68d36f9ca11892351a2f090c29fe4a5bf1
parent163772bc478593b973dd8151921249f4603fbbf7
ext4_utils: Yet another MMC discard pain in the ass

 * Secure discard on this device is painfully slow. Use regular
   discard until the issue is sorted out.

Change-Id: Ib8ccb12829385aa267253f772e243bef8850f455

ext4_utils: Add NO_SECURE_DISCARD boardconfig option

* In N CFLAGS in device tress are prohibited

Change-Id: Iea6a4145d1e460d61115b7d6f5a754996c7c9b28
14 files changed:
ext4_utils/Android.mk
ext4_utils/wipe.c
su/.gitignore [new file with mode: 0644]
su/LICENSE [new file with mode: 0644]
su/binder/appops-wrapper.cpp [new file with mode: 0644]
su/binder/pm-wrapper.c [new file with mode: 0644]
su/binder/pm-wrapper.h [new file with mode: 0644]
su/daemon.c [new file with mode: 0644]
su/pts.c [new file with mode: 0644]
su/pts.h [new file with mode: 0644]
su/su.h [new file with mode: 0644]
su/superuser.rc [new file with mode: 0644]
su/utils.c [new file with mode: 0644]
su/utils.h [new file with mode: 0644]