)]}'
{
  "commit": "24d9765fc18c7838ccdbb0d71fb706321d9b824c",
  "tree": "75875b69c1bb694d2ad5e1ab19f278bf7d3a8acc",
  "parents": [
    "23c3010808de86f21436eb822aacfa551bfc17e4"
  ],
  "author": {
    "name": "Steven Whitehouse",
    "email": "swhiteho@redhat.com",
    "time": "Tue Jan 18 14:49:08 2011 +0000"
  },
  "committer": {
    "name": "Steven Whitehouse",
    "email": "swhiteho@redhat.com",
    "time": "Tue Jan 18 14:49:08 2011 +0000"
  },
  "message": "GFS2: Fix error path in gfs2_lookup_by_inum()\n\nIn the (impossible, except if there is fs corruption) error path\nin gfs2_lookup_by_inum() if the call to gfs2_inode_refresh()\nfails, it was leaving the function by calling iput() rather\nthan iget_failed(). This would cause future lookups of the same\ninode to block forever.\n\nThis patch fixes the problem by moving the call to gfs2_inode_refresh()\ninto gfs2_inode_lookup() where iget_failed() is part of the error path\nalready. Also this cleans up some unreachable code and makes\ngfs2_set_iop() static.\n\nSigned-off-by: Steven Whitehouse \u003cswhiteho@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2232b3c780bd9678a2e80394b674444ee8401a14",
      "old_mode": 33188,
      "old_path": "fs/gfs2/inode.c",
      "new_id": "7aa7d4f8984aa3271eac65e268cd4e5e0db05564",
      "new_mode": 33188,
      "new_path": "fs/gfs2/inode.c"
    },
    {
      "type": "modify",
      "old_id": "732a183efdb3d183dd43fc05a70ddbdc80df05e6",
      "old_mode": 33188,
      "old_path": "fs/gfs2/inode.h",
      "new_id": "3e00a66e7cbd04c707ce22686647e5800c7621a4",
      "new_mode": 33188,
      "new_path": "fs/gfs2/inode.h"
    }
  ]
}
