)]}'
{
  "commit": "9f708e40fe040e79f6c393a282f0701c9f8dc174",
  "tree": "e769b7b9088f03caf324923485ee1e5ef05e2292",
  "parents": [
    "a334de28665b14f0a33df82699fa9a78cfeedf31"
  ],
  "author": {
    "name": "Neil Brown",
    "email": "neilb@suse.de",
    "time": "Fri Jan 06 00:19:59 2006 -0800"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@g5.osdl.org",
    "time": "Fri Jan 06 08:33:59 2006 -0800"
  },
  "message": "[PATCH] knfsd: reduce stack consumption\n\nA typical nfsd call trace is\n nfsd -\u003e svc_process -\u003e nfsd_dispatch -\u003e nfsd3_proc_write -\u003e\n   nfsd_write -\u003enfsd_vfs_write -\u003e vfs_writev\n\nThese add up to over 300 bytes on the stack.\nLooking at each of these, I see that nfsd_write (which includes\n nfsd_vfs_write) contributes 0x8c to stack usage itself!!\n\nIt turns out this is because it puts a \u0027struct iattr\u0027 on the stack so\nit can kill suid if needed.  The following patch saves about 50 bytes\noff the stack in this call path.\n\nSigned-off-by: Neil Brown \u003cneilb@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f83ab4cf426503d4b6714035e8b5601817e960c7",
      "old_mode": 33188,
      "old_path": "fs/nfsd/vfs.c",
      "new_id": "df4019f04560d54df1b1c0faa270f18b3afd0d40",
      "new_mode": 33188,
      "new_path": "fs/nfsd/vfs.c"
    }
  ]
}
