commit | 150ca934edb745de3666a6492b039900df228ff0 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Nov 14 14:29:02 2012 -0800 |
committer | Kenny Root <kroot@google.com> | Wed Nov 14 14:36:08 2012 -0800 |
tree | 522817e70b772843a6d9055e535595d4ac8e0d67 | |
parent | bcbe09ef4995eb43349208afadb1ac5047db4be9 [diff] |
EINTR handling and debugging for error cases Some interruptable syscalls were not wrapped with TEMP_FAILURE_RETRY while others were. Add them where necessary. Additionally, some error cases were not logging any messages so things would mysteriously fail if there was an underlying filesystem problem. Change-Id: I0b789376b2971fa8aaaff7eac21a90a9a94afac8