Note that there's some unresolved comments in older patchsets. Would be good to revise them.
Patch set 14:Code-Review +1
2 comments:
Patch Set #12, Line 1154: write_attempt = 0
I'd prefer to keep the initialization inside the loop head, but keep the declaration here: […]
Done
for (; read_attempt < READ_RETRY_ATTEMPTS;
read_attempt++) {
Here you definitely want to initialize the variable in the loop head: […]
Done
To view, visit change 41533. To unsubscribe, or for help writing mail filters, visit settings.