diff options
| author | Jaegeuk Kim <jaegeuk@google.com> | 2020-12-29 11:55:18 -0800 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@google.com> | 2020-12-29 19:56:36 +0000 |
| commit | 99663bc8f09fc2447a7168aea6b2a4ed46c636e1 (patch) | |
| tree | 7a18cea26e4191340701061b01823c4214c2154c /code_coverage/seccomp_policy/code_coverage.policy.def | |
| parent | 6577c3ff2a7e7110a2f72124639341e83ee53b1a (diff) | |
fastboot: f2fs: handle return code correctly
The f2fs shares the fsck return code for sload.f2fs, since it calls fsck after
loading files.
enum {
FSCK_SUCCESS = 0,
FSCK_ERROR_CORRECTED = 1 << 0,
FSCK_SYSTEM_SHOULD_REBOOT = 1 << 1,
FSCK_ERRORS_LEFT_UNCORRECTED = 1 << 2,
FSCK_OPERATIONAL_ERROR = 1 << 3,
FSCK_USAGE_OR_SYNTAX_ERROR = 1 << 4,
FSCK_USER_CANCELLED = 1 << 5,
FSCK_SHARED_LIB_ERROR = 1 << 7,
};
Bug: 176471360
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: I06289670834f29a59e704e772791f12328a073f8
Diffstat (limited to 'code_coverage/seccomp_policy/code_coverage.policy.def')
0 files changed, 0 insertions, 0 deletions
