)]}'
{
  "commit": "dcf975d58565880a134afb13bde511d1b873ce79",
  "tree": "c10147ca16176c4a7c7ff72788170d3ac34b9c1c",
  "parents": [
    "78dc583d3ab43115579cb5f3f7bd12e3548dd5a5"
  ],
  "author": {
    "name": "H Hartley Sweeten",
    "email": "hartleys@visionengravers.com",
    "time": "Tue Jun 16 15:31:44 2009 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@linux-foundation.org",
    "time": "Tue Jun 16 19:47:31 2009 -0700"
  },
  "message": "mm/page-writeback.c: dirty limit type should be unsigned long\n\nget_dirty_limits() calls clip_bdi_dirty_limit() and task_dirty_limit()\nwith variable pbdi_dirty as one of the arguments.  This variable is an\nunsigned long * but both functions expect it to be a long *.  This causes\nthe following sparse warnings:\n\n  warning: incorrect type in argument 3 (different signedness)\n     expected long *pbdi_dirty\n     got unsigned long *pbdi_dirty\n  warning: incorrect type in argument 2 (different signedness)\n     expected long *pdirty\n     got unsigned long *pbdi_dirty\n\nFix the warnings by changing the long * to unsigned long * in both\nfunctions.\n\nSigned-off-by: H Hartley Sweeten \u003chsweeten@visionengravers.com\u003e\nCc: Johannes Weiner \u003channes@cmpxchg.org\u003e\nCc: Peter Zijlstra \u003ca.p.zijlstra@chello.nl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bb553c3e955da10631ca7f8229be2b1bdb791f25",
      "old_mode": 33188,
      "old_path": "mm/page-writeback.c",
      "new_id": "7b0dcea4935bea292730ce7d1926fc0ea00df062",
      "new_mode": 33188,
      "new_path": "mm/page-writeback.c"
    }
  ]
}
