)]}'
{
  "commit": "b957e043ee557ca9b6bc451755ecd849b28852a4",
  "tree": "cd5046c854264a71a2de6261a0d2996a098b5c88",
  "parents": [
    "e6bde73b07edeb703d4c89c1daabc09c303de11f"
  ],
  "author": {
    "name": "Akinobu Mita",
    "email": "akinobu.mita@gmail.com",
    "time": "Wed May 26 14:43:29 2010 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Thu May 27 09:12:47 2010 -0700"
  },
  "message": "notifier: change notifier_from_errno(0) to return NOTIFY_OK\n\nThis changes notifier_from_errno(0) to be NOTIFY_OK instead of\nNOTIFY_STOP_MASK | NOTIFY_OK.\n\nCurrently, the notifiers which return encapsulated errno value have to\ndo something like this:\n\n\terr \u003d do_something(); // returns -errno\n\tif (err)\n\t\treturn notifier_from_errno(err);\n\telse\n\t\treturn NOTIFY_OK;\n\nThis change makes the above code simple:\n\n\terr \u003d do_something(); // returns -errno\n\n\treturn return notifier_from_errno(err);\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "7c36096223340a1d674b253430e5128b71f7abaa",
      "old_mode": 33188,
      "old_path": "include/linux/notifier.h",
      "new_id": "540703b555cb2be4bbea2d8e7f0b84d96ca3b474",
      "new_mode": 33188,
      "new_path": "include/linux/notifier.h"
    }
  ]
}
