Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Issue 1001023002: Mapping file busy/exists in POSIX File::OSErrorToFileError(). (Closed)

Created:
5 years, 9 months ago by cmumford
Modified:
5 years, 9 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Mapping file busy/exists in POSIX File::OSErrorToFileError(). Supporting two previously unmapped errno values: EBUSY to FILE_ERROR_IN_USE, and EIO to FILE_ERROR_IO. Both of these error values are reported in significant quantities when looking at the results for PlatformFile.UnknownErrors.Posix. Committed: https://crrev.com/96691e2856d9485d48c71ca40a2fb671a18ef3be Cr-Commit-Position: refs/heads/master@{#320549}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Simplified EBUSY/ETXTBSY ifdef #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M base/files/file_posix.cc View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
cmumford
5 years, 9 months ago (2015-03-12 17:27:33 UTC) #2
rvargas (doing something else)
lgtm after confirming with someone from NaCl. https://codereview.chromium.org/1001023002/diff/1/base/files/file_posix.cc File base/files/file_posix.cc (right): https://codereview.chromium.org/1001023002/diff/1/base/files/file_posix.cc#newcode474 base/files/file_posix.cc:474: case EBUSY: ...
5 years, 9 months ago (2015-03-12 22:10:57 UTC) #3
cmumford
https://codereview.chromium.org/1001023002/diff/1/base/files/file_posix.cc File base/files/file_posix.cc (right): https://codereview.chromium.org/1001023002/diff/1/base/files/file_posix.cc#newcode474 base/files/file_posix.cc:474: case EBUSY: On 2015/03/12 22:10:57, rvargas wrote: > My ...
5 years, 9 months ago (2015-03-12 22:41:32 UTC) #4
rvargas (doing something else)
https://codereview.chromium.org/1001023002/diff/1/base/files/file_posix.cc File base/files/file_posix.cc (right): https://codereview.chromium.org/1001023002/diff/1/base/files/file_posix.cc#newcode474 base/files/file_posix.cc:474: case EBUSY: On 2015/03/12 22:41:32, cmumford wrote: > On ...
5 years, 9 months ago (2015-03-12 22:58:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1001023002/20001
5 years, 9 months ago (2015-03-13 17:59:25 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-13 19:35:10 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-13 19:36:21 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/96691e2856d9485d48c71ca40a2fb671a18ef3be
Cr-Commit-Position: refs/heads/master@{#320549}

Powered by Google App Engine
This is Rietveld 408576698