)]}'
{
  "commit": "0cfae3d8795f388f9de78adb0171520d19da77e9",
  "tree": "4f4e447edc025cb1f96ac27da030b8b36164865b",
  "parents": [
    "8e4a718ff38d8539938ec3421935904c27e00c39"
  ],
  "author": {
    "name": "Ryusuke Konishi",
    "email": "konishi.ryusuke@lab.ntt.co.jp",
    "time": "Thu Jun 18 11:42:53 2009 +0900"
  },
  "committer": {
    "name": "Ryusuke Konishi",
    "email": "konishi.ryusuke@lab.ntt.co.jp",
    "time": "Sun Jul 05 10:44:19 2009 +0900"
  },
  "message": "nilfs2: remove unlikely directive causing mis-conversion of error code\n\nThe following error code handling in nilfs_segctor_write() function\nwrongly converted negative error codes to a truth value (i.e. 1):\n\n   err \u003d unlikely(err) ? : res;\n\nwhich originaly meant to be\n\n   err \u003d err ? : res;\n\nThis mis-conversion caused that write or sync functions receive the\nunexpected error code.  This fixes the bug by removing the unlikely\ndirective.\n\nSigned-off-by: Ryusuke Konishi \u003ckonishi.ryusuke@lab.ntt.co.jp\u003e\nCc: stable@kernel.org\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "aa977549919ecd2d92d40ff3d3d4f17f207f4814",
      "old_mode": 33188,
      "old_path": "fs/nilfs2/segment.c",
      "new_id": "c1824915c1c7b0ae020a94f146755c075a1204cd",
      "new_mode": 33188,
      "new_path": "fs/nilfs2/segment.c"
    }
  ]
}
