commit | c96ab99136499d7b123f3745b85b53829c44e9be | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Tue Jul 07 14:28:41 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed Jul 08 13:46:23 2020 -0700 |
tree | a39953654d825102df700025cee529b5ba37fddc | |
parent | fc1e1aeef9e152f5db4b2b9fce7aab16df03d6cd [diff] |
Wrap flock with TEMP_FAILURE_RETRY. flock may return EINTR. There are code using LockShared() to test existance of the directory. Don't fail spuriously. Test: pass Bug: 160457903 Change-Id: I51628abe05599422eb3f344781d8f3acd653c822 Merged-In: I51628abe05599422eb3f344781d8f3acd653c822