commit | 8be902862d147da8190a4747a2f00f3a96a1ec88 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Wed Jan 16 16:28:21 2019 -0800 |
committer | Daniel Rosenberg <drosen@google.com> | Wed Jan 16 17:24:50 2019 -0800 |
tree | 7c846a8cf18011e1346a9420b2569995e0d56367 | |
parent | 645685db60bc391305bd01fda10bc5bc0997610e [diff] |
Retry mounts on -EAGAIN F2fs may return -EAGAIN on mounting with checkpoint=disable. This signals that the required garbage collection was taking a while, and that more garbage collection is required, and will be resumed by attempting to mount again. Test: Start device with checkpointing set up with an f2fs userdata partition that is in need of heavy garbage collection. Mount should fail with EAGAIN and retry Bug: 122917966 Change-Id: I83341f68e5cffa5f1bd569dfb2037ad5d3cbd7a3