Revision 3b1ef0817ec3aa4d626bce267f3bc3eca6c464d8 authored by Konstantin Belousov on 01 July 2017, 22:54:52 UTC, committed by Konstantin Belousov on 01 July 2017, 22:54:52 UTC
Do not try to unmark MAP_ENTRY_IN_TRANSITION marked by other thread.

Approved by:	re (gjb)
1 parent 2f9a41c
Raw File
.arclint
{
  "exclude": "(contrib|crypto)",
  "linters": {
    "python": {
      "type": "pep8",
      "include": "(\\.py$)"
    },
    "spelling": {
      "type": "spelling"
    },
    "chmod": {
      "type": "chmod"
    },
    "merge-conflict": {
      "type": "merge-conflict"
    },
    "filename": {
      "type": "filename"
    },
    "json": {
      "type": "json",
      "include": "(\\.arclint|\\.json$)"
    }
  }
}
back to top