Fix the long time ioctl problem. am: 4155520522 am: d4f07978c5
am: 2afc7b3245
Change-Id: Ie15a4f3dae341a633aee3d5f17e6007fab1e85af
diff --git a/payload_consumer/delta_performer.cc b/payload_consumer/delta_performer.cc
index 94c5c60..12d3654 100644
--- a/payload_consumer/delta_performer.cc
+++ b/payload_consumer/delta_performer.cc
@@ -145,8 +145,8 @@
const char* name;
};
const vector<blkioctl_request> blkioctl_requests = {
- {BLKSECDISCARD, "BLKSECDISCARD"},
{BLKDISCARD, "BLKDISCARD"},
+ {BLKSECDISCARD, "BLKSECDISCARD"},
#ifdef BLKZEROOUT
{BLKZEROOUT, "BLKZEROOUT"},
#endif