)]}'
{
  "commit": "07fe7cb7c7c179f473fd9c823348fd3eb5dad369",
  "tree": "516c959de929a4c39870629e550b3307601fa73f",
  "parents": [
    "8fe74cf053de7ad2124a894996f84fa890a81093"
  ],
  "author": {
    "name": "David Howells",
    "email": "dhowells@redhat.com",
    "time": "Fri Apr 03 16:42:35 2009 +0100"
  },
  "committer": {
    "name": "David Howells",
    "email": "dhowells@redhat.com",
    "time": "Fri Apr 03 16:42:35 2009 +0100"
  },
  "message": "Create a dynamically sized pool of threads for doing very slow work items\n\nCreate a dynamically sized pool of threads for doing very slow work items, such\nas invoking mkdir() or rmdir() - things that may take a long time and may\nsleep, holding mutexes/semaphores and hogging a thread, and are thus unsuitable\nfor workqueues.\n\nThe number of threads is always at least a settable minimum, but more are\nstarted when there\u0027s more work to do, up to a limit.  Because of the nature of\nthe load, it\u0027s not suitable for a 1-thread-per-CPU type pool.  A system with\none CPU may well want several threads.\n\nThis is used by FS-Cache to do slow caching operations in the background, such\nas looking up, creating or deleting cache objects.\n\nSigned-off-by: David Howells \u003cdhowells@redhat.com\u003e\nAcked-by: Serge Hallyn \u003cserue@us.ibm.com\u003e\nAcked-by: Steve Dickson \u003csteved@redhat.com\u003e\nAcked-by: Trond Myklebust \u003cTrond.Myklebust@netapp.com\u003e\nAcked-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nTested-by: Daire Byrne \u003cDaire.Byrne@framestore.com\u003e\n",
  "tree_diff": [
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "4dd754af393e008667d0f4a90753e19db698d6b4",
      "new_mode": 33188,
      "new_path": "include/linux/slow-work.h"
    },
    {
      "type": "modify",
      "old_id": "1398a14b01919d500c59367ff5cffd61d9f39cad",
      "old_mode": 33188,
      "old_path": "init/Kconfig",
      "new_id": "236a79377b8e382d7fcedd2eb63bbee172141e95",
      "new_mode": 33188,
      "new_path": "init/Kconfig"
    },
    {
      "type": "modify",
      "old_id": "e4791b3ba55d45c163f3dd8cc0551f0aa7a1e766",
      "old_mode": 33188,
      "old_path": "kernel/Makefile",
      "new_id": "bab1dffe37e94013d19795e33c2754f8ea0222c0",
      "new_mode": 33188,
      "new_path": "kernel/Makefile"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "5a7392734c828ca1562ae4ef5467fa2953277c1e",
      "new_mode": 33188,
      "new_path": "kernel/slow-work.c"
    }
  ]
}
