)]}'
{
  "commit": "0429149fb5e01edc410648591c19095d2074ee00",
  "tree": "d16c0e5b19f1d1409bc653ea12ba17938774ec64",
  "parents": [
    "2bcd521a684cc94befbe2ce7d5b613c841b0d304"
  ],
  "author": {
    "name": "Steven Rostedt",
    "email": "srostedt@redhat.com",
    "time": "Fri Nov 21 14:44:57 2008 -0500"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@elte.hu",
    "time": "Sun Nov 23 11:46:49 2008 +0100"
  },
  "message": "trace: fix compiler warning in branch profiler\n\nImpact: fix compiler warning\n\nThe ftrace_pointers used in the branch profiler are constant values.\nThey should never change. But the compiler complains when they are\npassed into the debugfs_create_file as a data pointer, because the\nfunction discards the qualifier.\n\nThis patch typecasts the parameter to debugfs_create_file back to\na void pointer. To remind the callbacks that they are pointing to\na constant value, I also modified the callback local pointers to\nbe const struct ftrace_pointer * as well.\n\nSigned-off-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "85792aec64d24e886156a626052b343ab488d7cc",
      "old_mode": 33188,
      "old_path": "kernel/trace/trace_branch.c",
      "new_id": "877ee88e6a74a3f2cc6950f2b7f36148fbc2f561",
      "new_mode": 33188,
      "new_path": "kernel/trace/trace_branch.c"
    }
  ]
}
