)]}'
{
  "commit": "6edb2a8a385f0cdef51dae37ff23e74d76d8a6ce",
  "tree": "80a8bf8b301984907bd8773ca31748e82e136638",
  "parents": [
    "978da300c7a65494692b329a6a4cbf364afc37c5"
  ],
  "author": {
    "name": "Steven Rostedt",
    "email": "srostedt@redhat.com",
    "time": "Fri May 11 23:28:49 2012 -0400"
  },
  "committer": {
    "name": "Steven Rostedt",
    "email": "rostedt@goodmis.org",
    "time": "Wed May 16 16:18:57 2012 -0400"
  },
  "message": "tracing: Clean up tracing_mark_write()\n\nOn gcc 4.5 the function tracing_mark_write() would give a warning\nof page2 being uninitialized. This is due to a bug in gcc because\nthe logic prevents page2 from being used uninitialized, and\ngcc 4.6+ does not complain (correctly).\n\nInstead of adding a \"unitialized\" around page2, which could show\na bug later on, I combined page1 and page2 into an array map_pages[].\nThis binds the two and the two are modified according to nr_pages\n(what gcc 4.5 seems to ignore). This no longer gives a warning with\ngcc 4.5 nor with gcc 4.6.\n\nSigned-off-by: Steven Rostedt \u003crostedt@goodmis.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "48ef4960ec90f60b2352e1f232b677e1c5e01718",
      "old_mode": 33188,
      "old_path": "kernel/trace/trace.c",
      "new_id": "d1b3469b62e3d17a24b9b5991fc52a8483414864",
      "new_mode": 33188,
      "new_path": "kernel/trace/trace.c"
    }
  ]
}
