)]}'
{
  "commit": "024eab4d5bf7e3168a2b71038b3e04e6b1f376ed",
  "tree": "1a588b519826ce0adde9c539e34154abcd2d156e",
  "parents": [
    "ab86e5765d41a5eb4239a1c04d613db87bea5ed8"
  ],
  "author": {
    "name": "Aneesh Kumar K.V",
    "email": "aneesh.kumar@linux.vnet.ibm.com",
    "time": "Fri Jul 17 09:01:04 2009 -0400"
  },
  "committer": {
    "name": "Theodore Ts\u0027o",
    "email": "tytso@mit.edu",
    "time": "Fri Jul 17 09:01:04 2009 -0400"
  },
  "message": "ext4: Fix memory leak fix when mounting an ext4 filesystem\n\nThe allocation of the ext4_group_info array was moved to a new\nfunction ext4_mb_add_group_info() in commit 5f21b0e6 so that online\nresize would use a common (and correct) codepath.  Unfortunately, the\ncall to the new ext4_mb_add_group_info() function was added without\nremoving the code which originally allocated the array.  This caused a\nmemory leak each time an ext4 filesystem was mounted.\n\nThe fix is simple; remove the code that did the original allocation,\nsince it is no longer needed.\n\nReported-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nTested-by: Catalin Marinas \u003ccatalin.marinas@arm.com\u003e\nSigned-off-by: Aneesh Kumar K.V \u003caneesh.kumar@linux.vnet.ibm.com\u003e\nSigned-off-by: \"Theodore Ts\u0027o\" \u003ctytso@mit.edu\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "cd258463e2a9e017f949367b403d87332e5a3d24",
      "old_mode": 33188,
      "old_path": "fs/ext4/mballoc.c",
      "new_id": "cf9972090ad9ffa2a0cb8f35d4e41c5a5031f03a",
      "new_mode": 33188,
      "new_path": "fs/ext4/mballoc.c"
    }
  ]
}
