)]}'
{
  "commit": "6b8f185faf29db302a20f584cc54253667535f08",
  "tree": "6e8a65e683845756d20603f2bfd66c7f2de80a3b",
  "parents": [
    "7ea50d52849fe8ffa5b5b74c979b60b1045d6fc9"
  ],
  "author": {
    "name": "Wu, Josh",
    "email": "Josh.wu@atmel.com",
    "time": "Wed Jul 24 17:55:30 2013 +0800"
  },
  "committer": {
    "name": "Tom Rini",
    "email": "trini@ti.com",
    "time": "Fri Sep 06 13:09:07 2013 -0400"
  },
  "message": "fs: fat: don\u0027t call disk_write with zero sector num\n\nIn the set_cluster() function, it will convert the buffer size to sector\nnumbers. Then call disk_write() to write by sector.\nFor remaining buffer, the size is less than a sector, call disk_write()\nagain to write them in one sector.\n\nBut if the total buffer size is less then one sector, the original code\nwill call disk_write() with zero sector number. It is unnecessary.\nSo this patch fix this. Now it will not call disk_write() if total buffer size\nis less than one sector.\n\nSigned-off-by: Josh Wu \u003cjosh.wu@atmel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b78026a81f97da50f53cf3e2468c2f6d1dfb84dd",
      "old_mode": 33188,
      "old_path": "fs/fat/fat_write.c",
      "new_id": "b7a21e05bf77754f223e96451260ee95471329a2",
      "new_mode": 33188,
      "new_path": "fs/fat/fat_write.c"
    }
  ]
}
